diff --git a/gk/loot_hud.asm b/gk/loot_hud.asm index 943b6e9..9c4ecd2 100644 --- a/gk/loot_hud.asm +++ b/gk/loot_hud.asm @@ -5,6 +5,10 @@ NOP pullpc ClearLootHUD: + LDA.b GameMode + CMP.b #$07 + BNE UpdateLootHUD + PHP REP #$20 LDA.w #!BlankTile : STA.w EnemyDropIndicator diff --git a/hooks.asm b/hooks.asm index 0456f84..ee74a56 100755 --- a/hooks.asm +++ b/hooks.asm @@ -2765,6 +2765,9 @@ JSL AdjustDefaultGraphics org $828190 JSL LoadDungeonIndicator +org $829AA2 +JSL LoadDungeonIndicator + ;================================================================================ ; Special Weapons Modes ;--------------------------------------------------------------------------------