Merge branch 'chest-counters' of https://github.com/compiling/ALttPEntranceRandomizer into DoorDev
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -1159,6 +1159,8 @@ def patch_rom(world, rom, player, team, enemized):
|
||||
# compasses showing dungeon count
|
||||
if world.clock_mode != 'off':
|
||||
rom.write_byte(0x18003C, 0x00) # Currently must be off if timer is on, because they use same HUD location
|
||||
elif world.dungeon_counters[player]:
|
||||
rom.write_byte(0x18003C, 0x02) # show always
|
||||
elif world.compassshuffle[player] or world.doorShuffle[player] != 'vanilla':
|
||||
rom.write_byte(0x18003C, 0x01) # show on pickup
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user