diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-02 19:04:50 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-02 19:04:50 -0500 |
| commit | b975f3e068fb9dbbe688445914cfb65036eeadc1 (patch) | |
| tree | 3ce596976e42c26f47c16f0f278b06d2d2325101 /mobile | |
| parent | 583838a39d0c9ddd2440f9c12747a616b377e7ec (diff) | |
Clean up some Odd Egg and Battle Tower code and data
Fixes #589
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/mobile_5c.asm | 2 |
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 |
