mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Yoshi's Island: Fix Piece of Luigi not goaling until reset (#4709)
This commit is contained in:
@@ -31,7 +31,7 @@ DEATHFLAG = WRAM_START + 0x00DB
|
|||||||
DEATHLINKRECV = WRAM_START + 0x00E0
|
DEATHLINKRECV = WRAM_START + 0x00E0
|
||||||
GOALFLAG = WRAM_START + 0x14B6
|
GOALFLAG = WRAM_START + 0x14B6
|
||||||
|
|
||||||
VALID_GAME_STATES = [0x0F, 0x10, 0x2C]
|
VALID_GAME_STATES = [0x0F, 0x10, 0x2C, 0x16, 0x1D]
|
||||||
|
|
||||||
|
|
||||||
class YoshisIslandSNIClient(SNIClient):
|
class YoshisIslandSNIClient(SNIClient):
|
||||||
|
Reference in New Issue
Block a user