Add sanctuary goal

This commit is contained in:
2025-03-10 08:37:55 -05:00
parent 4a8ab9e02f
commit 9ad70fb3d7
5 changed files with 18 additions and 6 deletions

View File

@@ -3633,7 +3633,7 @@ sword_mode = {"random": 0, "assured": 1, "swordless": 2, "vanilla": 3}
# byte 2: GGGD DFFH (goal, diff, item_func, hints)
goal_mode = {'ganon': 0, 'pedestal': 1, 'dungeons': 2, 'triforcehunt': 3, 'crystals': 4, 'trinity': 5,
'ganonhunt': 6, 'completionist': 7}
'ganonhunt': 6, 'completionist': 7, 'sanctuary': 1}
diff_mode = {"normal": 0, "hard": 1, "expert": 2}
func_mode = {"normal": 0, "hard": 1, "expert": 2}