Skip to content

Commit

Permalink
Fix Galactic Armada being unable to progress past title screen (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
starleaf-luna authored Jun 8, 2024
1 parent 1a8511f commit 969276b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galactic-armada/src/main/utils/input-utils.asm
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ WaitForKeyFunction_Loop:
ld a, [mWaitKey]
ld b, a
ld a, [wCurKeys]
and a, b
jp WaitForKeyFunction_NotPressed
and b
jp z, WaitForKeyFunction_NotPressed
ld a, [wLastKeys]
and b
Expand Down

0 comments on commit 969276b

Please sign in to comment.