Compare commits
2 Commits
2477918df9
...
2f404873b8
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f404873b8 | |||
| fd3f7f4513 |
@@ -1,3 +1,27 @@
|
||||
pushpc
|
||||
org $82C0C3
|
||||
JSL TransitionLinkOutOfDoorEnding
|
||||
NOP
|
||||
pullpc
|
||||
|
||||
ClearLootHUD:
|
||||
LDA.b GameMode
|
||||
CMP.b #$07
|
||||
BNE UpdateLootHUD
|
||||
|
||||
PHP
|
||||
REP #$20
|
||||
LDA.w #!BlankTile : STA.w EnemyDropIndicator
|
||||
PLP
|
||||
RTL
|
||||
|
||||
TransitionLinkOutOfDoorEnding:
|
||||
; what we wrote over
|
||||
STZ.w $0418
|
||||
INC.b $B0
|
||||
|
||||
; fall into UpdateLootHUD
|
||||
|
||||
UpdateLootHUD:
|
||||
PHP
|
||||
REP #$30
|
||||
|
||||
@@ -2765,6 +2765,9 @@ JSL AdjustDefaultGraphics
|
||||
org $828190
|
||||
JSL LoadDungeonIndicator
|
||||
|
||||
org $829AA2
|
||||
JSL LoadDungeonIndicator
|
||||
|
||||
;================================================================================
|
||||
; Special Weapons Modes
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
@@ -360,7 +360,7 @@ ClearSpriteData:
|
||||
STZ.w SprSourceItemId, X : STZ.w SprItemReceipt, X : STZ.w SprItemMWPlayer, X
|
||||
STZ.w SprRedrawFlag, X
|
||||
DEX : BPL .loop
|
||||
JSL UpdateLootHUD
|
||||
JSL ClearLootHUD
|
||||
PLX
|
||||
RTL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user