Fix dungeon indicator not updating on falling into dungeons

This commit is contained in:
2026-05-16 21:27:22 -05:00
parent fd3f7f4513
commit 2f404873b8
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ NOP
pullpc
ClearLootHUD:
LDA.b GameMode
CMP.b #$07
BNE UpdateLootHUD
PHP
REP #$20
LDA.w #!BlankTile : STA.w EnemyDropIndicator

View File

@@ -2765,6 +2765,9 @@ JSL AdjustDefaultGraphics
org $828190
JSL LoadDungeonIndicator
org $829AA2
JSL LoadDungeonIndicator
;================================================================================
; Special Weapons Modes
;--------------------------------------------------------------------------------