diff --git a/newhud.asm b/newhud.asm index 5bcfef0..d952675 100644 --- a/newhud.asm +++ b/newhud.asm @@ -85,7 +85,9 @@ NewDrawHud: ;================================================================================ ; Draw Dungeon Compass Counts ;================================================================================ - JSL.l DrawDungeonItemCounts ; compasses.asm + LDA.l CompassMode : ORA.l MapHUDMode : BIT #$0003 : BEQ + + JSL.l DrawDungeonItemCounts ; compasses.asm + + ;================================================================================ ; Draw key count