We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ld a, 0
xor a
1 parent ee81463 commit 3644586Copy full SHA for 3644586
1 file changed
unbricked/objects/main.asm
@@ -61,7 +61,7 @@ CopyPaddle:
61
; ANCHOR_END: copy-paddle
62
63
; ANCHOR: clear-oam
64
- xor a, a
+ ld a, 0
65
ld b, 160
66
ld hl, _OAMRAM
67
ClearOam:
0 commit comments