# Conflicts: # LTTP_RND_GeneralBugfixes.asm # catfish.asm # compasses.asm # darkworldspawn.asm # hooks.asm # inventory.asm # newitems.asm # shopkeeper.asm # stats.asm # tables.asm Adn some updates from DR
13 lines
650 B
NASM
13 lines
650 B
NASM
;================================================================================
|
|
; Randomize Zora King
|
|
;--------------------------------------------------------------------------------
|
|
LoadZoraKingItemGFX:
|
|
LDA.l ZoraItem_Player : STA !MULTIWORLD_SPRITEITEM_PLAYER_ID
|
|
LDA.l $1DE1C3 ; location randomizer writes zora item to
|
|
JML.l PrepDynamicTile
|
|
;--------------------------------------------------------------------------------
|
|
JumpToSplashItemTarget:
|
|
LDA $0D90, X
|
|
CMP.b #$FF : BNE + : JML.l SplashItem_SpawnSplash : +
|
|
CMP.b #$00 : JML.l SplashItem_SpawnOther
|
|
;-------------------------------------------------------------------------------- |