Yoshi's Island: Fix Piece of Luigi not goaling until reset (#4709)

This commit is contained in:
PinkSwitch
2025-04-05 09:07:37 -05:00
committed by GitHub
parent 5dfb9b28f7
commit a9b4d33cd2

View File

@@ -31,7 +31,7 @@ DEATHFLAG = WRAM_START + 0x00DB
DEATHLINKRECV = WRAM_START + 0x00E0
GOALFLAG = WRAM_START + 0x14B6
VALID_GAME_STATES = [0x0F, 0x10, 0x2C]
VALID_GAME_STATES = [0x0F, 0x10, 0x2C, 0x16, 0x1D]
class YoshisIslandSNIClient(SNIClient):