fix: MW item substitution
This commit is contained in:
@@ -1076,7 +1076,7 @@ RTS
|
|||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
AttemptItemSubstitution:
|
AttemptItemSubstitution:
|
||||||
PHX : PHA
|
PHX : PHA
|
||||||
LDA.l !MULTIWORLD_ITEM_PLAYER_ID : BNE .exit
|
LDA.l !MULTIWORLD_SPRITEITEM_PLAYER_ID : BNE .exit
|
||||||
LDX.b #$00
|
LDX.b #$00
|
||||||
-
|
-
|
||||||
LDA.l ItemSubstitutionRules, X
|
LDA.l ItemSubstitutionRules, X
|
||||||
|
|||||||
@@ -185,6 +185,7 @@ RTL
|
|||||||
; Randomize Zora King
|
; Randomize Zora King
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
LoadZoraKingItemGFX:
|
LoadZoraKingItemGFX:
|
||||||
|
LDA.l ZoraItem_Player : : STA.l !MULTIWORLD_SPRITEITEM_PLAYER_ID
|
||||||
LDA.l $9DE1C3 ; location randomizer writes zora item to
|
LDA.l $9DE1C3 ; location randomizer writes zora item to
|
||||||
JSL.l AttemptItemSubstitution
|
JSL.l AttemptItemSubstitution
|
||||||
JSL.l ResolveLootIDLong
|
JSL.l ResolveLootIDLong
|
||||||
|
|||||||
Reference in New Issue
Block a user