Skip to content

Commit 0830448

Browse files
committed
no longer applicable
1 parent aed681e commit 0830448

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/highscores/entry_screen.asm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,6 @@ highScoreEntryScreen:
193193
lda #BUTTON_A
194194
jsr menuThrottle
195195
beq @checkForBOrLeftPressed
196-
.if KEYBOARD = 1
197-
lda kbHeldInput ; due to space being mapped to A, skip if space is currently pressed
198-
beq @checkForBOrLeftPressed
199-
.endif
200196
@nextTile:
201197
lda #$01
202198
sta soundEffectSlot1Init

0 commit comments

Comments
 (0)