Skip to content

Commit d4ff076

Browse files
espeon65536FlySniper
authored andcommitted
OoT: fix enhanced_map_compass generation failure (ArchipelagoMW#2411)
1 parent bf6a4cd commit d4ff076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/oot/Patches.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ def update_scrub_text(message, text_replacement, default_price, price, item_name
21822182
'Shadow Temple': ("the \x05\x45Shadow Temple", 'Bongo Bongo', 0x7f, 0xa3),
21832183
}
21842184
for dungeon in world.dungeon_mq:
2185-
if dungeon in ['Gerudo Training Ground', 'Ganons Castle']:
2185+
if dungeon in ['Thieves Hideout', 'Gerudo Training Ground', 'Ganons Castle']:
21862186
pass
21872187
elif dungeon in ['Bottom of the Well', 'Ice Cavern']:
21882188
dungeon_name, boss_name, compass_id, map_id = dungeon_list[dungeon]

0 commit comments

Comments
 (0)