Fix dungeon indicator not updating on falling into dungeons
This commit is contained in:
@@ -5,6 +5,10 @@ NOP
|
|||||||
pullpc
|
pullpc
|
||||||
|
|
||||||
ClearLootHUD:
|
ClearLootHUD:
|
||||||
|
LDA.b GameMode
|
||||||
|
CMP.b #$07
|
||||||
|
BNE UpdateLootHUD
|
||||||
|
|
||||||
PHP
|
PHP
|
||||||
REP #$20
|
REP #$20
|
||||||
LDA.w #!BlankTile : STA.w EnemyDropIndicator
|
LDA.w #!BlankTile : STA.w EnemyDropIndicator
|
||||||
|
|||||||
@@ -2765,6 +2765,9 @@ JSL AdjustDefaultGraphics
|
|||||||
org $828190
|
org $828190
|
||||||
JSL LoadDungeonIndicator
|
JSL LoadDungeonIndicator
|
||||||
|
|
||||||
|
org $829AA2
|
||||||
|
JSL LoadDungeonIndicator
|
||||||
|
|
||||||
;================================================================================
|
;================================================================================
|
||||||
; Special Weapons Modes
|
; Special Weapons Modes
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user