Arrays end with -1, not $ff

This commit is contained in:
Remy Oukaour
2018-01-10 22:53:42 -05:00
parent 546f1f7115
commit 0a3b251dcb
19 changed files with 884 additions and 881 deletions

View File

@@ -137,7 +137,7 @@ Special_DisplayUnownWords: ; 8ae68
.loop2
ld a, [de]
inc de
cp $ff
cp -1
jr nz, .loop2
dec c
jr nz, .loop2
@@ -175,7 +175,7 @@ endc
db x
shift
endr
db $ff
db -1 ; end
ENDM
.UnownText: ; 8aebc