Clean up some Odd Egg and Battle Tower code and data

Fixes #589
This commit is contained in:
Rangi
2019-01-02 19:04:50 -05:00
parent 583838a39d
commit b975f3e068
7 changed files with 37 additions and 35 deletions

View File

@@ -242,7 +242,7 @@ CheckBTMonMovesForErrors:
.done
pop hl
ld de, PARTYMON_STRUCT_LENGTH + MON_NAME_LENGTH
ld de, NICKNAMED_MON_STRUCT_LENGTH
add hl, de
dec c
jr nz, .loop