Files
alttpr-baserom/zoraking.asm
Karkat f1f59c865a let's dev sep 28th 2017
fix for catfish/zora item spawn problem for items with IDs over 0x80
2017-09-28 23:03:51 -04:00

13 lines
592 B
NASM

;================================================================================
; Randomize Zora King
;--------------------------------------------------------------------------------
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
;--------------------------------------------------------------------------------