fix: skip key counter with universal keys

This commit is contained in:
aerinon
2026-02-11 10:49:57 -07:00
parent cc635ddb78
commit d0f4651130

View File

@@ -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