From e9433e56c076fa6d0a3b1aeb1e48a17a27cd6d79 Mon Sep 17 00:00:00 2001 From: aerinon Date: Tue, 7 Jun 2022 08:12:13 -0600 Subject: [PATCH] Missing player --- Rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rom.py b/Rom.py index 836a164e..1c9d82a7 100644 --- a/Rom.py +++ b/Rom.py @@ -1274,7 +1274,7 @@ def patch_rom(world, rom, player, team, enemized, is_mystery=False): rom.write_bytes(0xE9A5, [0x7E, 0x00, 0x24]) # disable below ganon chest if world.open_pyramid[player] or world.goal[player] == 'trinity': rom.initial_sram.pre_open_pyramid_hole() - if world.crystals_needed_for_gt == 0: + if world.crystals_needed_for_gt[player] == 0: rom.initial_sram.pre_open_ganons_tower() rom.write_byte(0xF5D73, 0xF0) # bees are catchable rom.write_byte(0xF5F10, 0xF0) # bees are catchable