More comments

Fix some constants
This commit is contained in:
Remy Oukaour
2018-01-09 15:39:48 -05:00
parent a3242b4ad4
commit a849c3557b
9 changed files with 16 additions and 9 deletions

View File

@@ -517,7 +517,7 @@ ClearWindowData:: ; 1fbf
; 1ff0
.bytefill ; 1ff0
ld bc, $0010
ld bc, $10
xor a
call ByteFill
ret