diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-20 12:25:55 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-20 12:25:55 -0500 |
commit | 05382d3e3c03616d6edf21833e89a8264a8cd10a (patch) | |
tree | df62bed28665b4c1f8e6bc54c07bd4ce8efbccea /mobile/fixed_words.asm | |
parent | 8127d1fbcfccb7cd5c3e210699dd540e370b6634 (diff) |
PARTY_LENGTH; MON_NAME; sgb_border.bin
Diffstat (limited to 'mobile/fixed_words.asm')
-rwxr-xr-x | mobile/fixed_words.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm index 922e89455..a57722747 100755 --- a/mobile/fixed_words.asm +++ b/mobile/fixed_words.asm @@ -270,7 +270,7 @@ CopyMobileEZChatToC608: ; 11c156 ld [wd265], a call GetPokemonName ld hl, StringBuffer1 - ld bc, PKMN_NAME_LENGTH - 1 + ld bc, MON_NAME_LENGTH - 1 jr .copy_string ; 11c1ab |