Skip HUD count drawing routine if nothing enabled

This commit is contained in:
cassidoxa
2023-02-24 16:09:07 -05:00
parent 068d4c2449
commit d76d4b4254

View File

@@ -85,7 +85,9 @@ NewDrawHud:
;================================================================================ ;================================================================================
; Draw Dungeon Compass Counts ; 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 ; Draw key count