diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-10 23:51:20 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-10 23:51:20 -0500 |
commit | 4aedff021786dd5c0b81d3a35f505b7aa42adddc (patch) | |
tree | 60955f4e561a16bf75d6d964dcf93a7be839b278 /engine/evos_moves.asm | |
parent | 1df1e9181e2f3d95f57c98e0ea6e38ce4261fb2a (diff) |
Replace hardcoded name lengths with NAME_LENGTH
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-x | engine/evos_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index e2b1172a..056c125e 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -278,7 +278,7 @@ RenameEvolvedMon: ; 3aef7 (e:6ef7) cp "@" jr nz, .compareNamesLoop ld a, [wWhichPokemon] - ld bc, 11 + ld bc, NAME_LENGTH ld hl, wPartyMonNicks call AddNTimes push hl |