diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-19 08:11:44 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-19 08:11:44 -0400 |
commit | f1f3e2564c913d5e5ce1ae23808bb24bad19f7c7 (patch) | |
tree | 9e242e885a3e7246652e07bafed0de2476431d0f /home/init.asm | |
parent | 87368a08a2d18688b92b04969fd9e957e6b9e49b (diff) |
Comment on bug in ClearWRAM
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm index a479b4b5f..b983ce826 100644 --- a/home/init.asm +++ b/home/init.asm @@ -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 |