summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-01-02 19:04:50 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-01-02 19:04:50 -0500
commitb975f3e068fb9dbbe688445914cfb65036eeadc1 (patch)
tree3ce596976e42c26f47c16f0f278b06d2d2325101 /mobile
parent583838a39d0c9ddd2440f9c12747a616b377e7ec (diff)
Clean up some Odd Egg and Battle Tower code and data
Fixes #589
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_5c.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_5c.asm b/mobile/mobile_5c.asm
index 5a73ea8a6..7ba1e737f 100644
--- a/mobile/mobile_5c.asm
+++ b/mobile/mobile_5c.asm
@@ -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