Allow AT and GT icons to show on map checks in Mixed OW
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -1527,7 +1527,7 @@ def patch_rom(world, rom, player, team, enemized, is_mystery=False):
|
|||||||
rom.write_bytes(0x53e16+idx*2, int16_as_bytes(0xFC0))
|
rom.write_bytes(0x53e16+idx*2, int16_as_bytes(0xFC0))
|
||||||
if world.compassshuffle[player] and world.overworld_map[player] == 'compass':
|
if world.compassshuffle[player] and world.overworld_map[player] == 'compass':
|
||||||
compass_mode |= 0x40 # compasses are wild
|
compass_mode |= 0x40 # compasses are wild
|
||||||
if not (world.shuffle[player] != 'vanilla' and world.overworld_map[player] != 'default'):
|
else:
|
||||||
# disable HC/AT/GT icons
|
# disable HC/AT/GT icons
|
||||||
# rom.write_bytes(0x53E8A, int16_as_bytes(0xFF00)) # GT
|
# rom.write_bytes(0x53E8A, int16_as_bytes(0xFF00)) # GT
|
||||||
# rom.write_bytes(0x53E8C, int16_as_bytes(0xFF00)) # AT
|
# rom.write_bytes(0x53E8C, int16_as_bytes(0xFF00)) # AT
|
||||||
|
|||||||
Reference in New Issue
Block a user