Clean up some data, using macros for multiline list entries

This commit is contained in:
Rangi 2020-07-14 10:21:18 -04:00
parent aa97e196dd
commit f37cf959c9
298 changed files with 5274 additions and 5646 deletions

View file

@ -142,7 +142,7 @@ FindHiddenItemOrCoinsIndex:
.loop
inc c
ld a, [hli]
cp $ff ; end of the list?
cp -1 ; end of the list?
ret z ; if so, we're done here
cp b
jr nz, .next1