Skip to content

Commit

Permalink
II-17: Initializing wCurKeys and wNewKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
kav committed Feb 1, 2024
1 parent a566319 commit 6f8fae0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unbricked/input/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ ClearOam:

ld a, 0
ld [wFrameCounter], a

; ANCHOR: main
ld [wCurKeys], a
ld [wNewKeys], a

Main:
ld a, [rLY]
cp 144
Expand Down

0 comments on commit 6f8fae0

Please sign in to comment.