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