More merge labeling
This commit is contained in:
@@ -50,15 +50,15 @@ RTL
|
||||
PrepDynamicTile:
|
||||
PHX : PHY : PHB
|
||||
LDA.l RemoteItems : BEQ .notRemote
|
||||
LDA.l SprItemReceipt, X : CMP.l !MULTIWORLD_SCOUTREPLY_LOCATION : BNE ++
|
||||
LDA.w SprItemReceipt, X : CMP.l !MULTIWORLD_SCOUTREPLY_LOCATION : BNE ++
|
||||
LDA.l !MULTIWORLD_SCOUTREPLY_PLAYER : STA.l !MULTIWORLD_SPRITEITEM_PLAYER_ID
|
||||
LDA.l !MULTIWORLD_SCOUTREPLY_ITEM
|
||||
STA.l SprItemReceipt, X
|
||||
STA.w SprItemReceipt, X
|
||||
BRA .notRemote
|
||||
++
|
||||
STA.l !MULTIWORLD_SCOUT_LOCATION
|
||||
LDA.b #$00 : STA.l !MULTIWORLD_SPRITEITEM_PLAYER_ID
|
||||
LDA.b #$6B : STA.l SprItemReceipt, X ; make it a power star, I guess
|
||||
LDA.b #$6B : STA.w SprItemReceipt, X ; make it a power star, I guess
|
||||
.notRemote
|
||||
JSR ResolveLootID
|
||||
-
|
||||
@@ -226,7 +226,7 @@ PrepDrawRemoteItemSprite:
|
||||
LDA.l !MULTIWORLD_SCOUTREPLY_LOCATION
|
||||
STA.l SprItemReceipt, X
|
||||
JSL PrepDynamicTile
|
||||
LDA #$00
|
||||
LDA.b #$00
|
||||
BRA ++
|
||||
+++
|
||||
LDA.l !MULTIWORLD_SCOUTREPLY_PLAYER : STA.l !MULTIWORLD_SPRITEITEM_PLAYER_ID
|
||||
@@ -323,7 +323,7 @@ SkipDrawEOR:
|
||||
LDA.w #$0000 : STA.l SpriteSkipEOR
|
||||
LDA.w #$0F00 : TRB.b Scrap04
|
||||
.normal
|
||||
LDA.b ($08), Y : EOR.w Scrap04 ; thing we wrote over
|
||||
LDA.b (Scrap08), Y : EOR.w Scrap04 ; thing we wrote over
|
||||
RTL
|
||||
|
||||
;--------------------------------------------------------------------------------
|
||||
@@ -508,7 +508,7 @@ AuxPaletteCheck:
|
||||
SEP #$30
|
||||
LDA.w ItemReceiptMethod : BNE .main_buffer ; Never use aux if we're actually receiving an item
|
||||
LDA.b RoomIndex : CMP.b #$8C : BEQ .aux_buffer ; GT torch/Hope room
|
||||
LDA.b RoomIndex : CMP.b #$87 : BEQ .aux_buffer ; Hera cage/basement
|
||||
CMP.b #$87 : BEQ .aux_buffer ; Hera cage/basement
|
||||
.main_buffer
|
||||
REP #$31
|
||||
PLX
|
||||
|
||||
Reference in New Issue
Block a user