Comment on bug in ClearWRAM

This commit is contained in:
pikalaxalt 2016-05-19 08:11:44 -04:00
parent 87368a08a2
commit f1f3e2564c

View File

@ -207,7 +207,7 @@ ClearWRAM:: ; 25a
pop af
inc a
cp 8
jr nc, .bank_loop
jr nc, .bank_loop ; Should be jr c
ret
; 270