Skip to content

Commit 969276b

Browse files
Fix Galactic Armada being unable to progress past title screen (#92)
1 parent 1a8511f commit 969276b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

galactic-armada/src/main/utils/input-utils.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ WaitForKeyFunction_Loop:
2727
ld a, [mWaitKey]
2828
ld b, a
2929
ld a, [wCurKeys]
30-
and a, b
31-
jp WaitForKeyFunction_NotPressed
30+
and b
31+
jp z, WaitForKeyFunction_NotPressed
3232
3333
ld a, [wLastKeys]
3434
and b

0 commit comments

Comments
 (0)