From d76d4b4254e1738bb8ae326e619ed17d82269390 Mon Sep 17 00:00:00 2001 From: cassidoxa Date: Fri, 24 Feb 2023 16:09:07 -0500 Subject: [PATCH] Skip HUD count drawing routine if nothing enabled --- newhud.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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