let's dev sep 28th 2017
fix for catfish/zora item spawn problem for items with IDs over 0x80
This commit is contained in:
@@ -5,4 +5,9 @@ LoadZoraKingItemGFX:
|
||||
LDA.l $1DE1C3 ; location randomizer writes zora item to
|
||||
JSL.l PrepDynamicTile
|
||||
RTL
|
||||
;--------------------------------------------------------------------------------
|
||||
JumpToSplashItemTarget:
|
||||
LDA $0D90, X
|
||||
CMP.b #$FF : BNE + : JML.l SplashItem_SpawnSplash : +
|
||||
CMP.b #$00 : JML.l SplashItem_SpawnOther
|
||||
;--------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user