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

@@ -480,7 +480,7 @@ endr
ld a, [hl]
ld [de], a
pop hl
ld bc, PARTYMON_STRUCT_LENGTH + MON_NAME_LENGTH
ld bc, NICKNAMED_MON_STRUCT_LENGTH
add hl, bc
pop de
dec d