mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Comment on bug in ClearWRAM
This commit is contained in:
parent
87368a08a2
commit
f1f3e2564c
@ -207,7 +207,7 @@ ClearWRAM:: ; 25a
|
|||||||
pop af
|
pop af
|
||||||
inc a
|
inc a
|
||||||
cp 8
|
cp 8
|
||||||
jr nc, .bank_loop
|
jr nc, .bank_loop ; Should be jr c
|
||||||
ret
|
ret
|
||||||
; 270
|
; 270
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user