From d0f46511300be05076b7403d71656f3955f3f8fc Mon Sep 17 00:00:00 2001 From: aerinon Date: Wed, 11 Feb 2026 10:49:57 -0700 Subject: [PATCH] fix: skip key counter with universal keys --- newhud.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/newhud.asm b/newhud.asm index ec266c5..9705196 100644 --- a/newhud.asm +++ b/newhud.asm @@ -357,6 +357,7 @@ RTS ;================================================================================ DrawMapCounts: LDA.l MapHUDMode : BEQ .done + LDA.l GenericKeys : BNE .done ; generator don't have an accurrate count of key doors in this case ; no map needed if this bit is set BIT.b #$02 : BNE .draw_map_count