diff options
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1207,7 +1207,7 @@ GetNick:: ; 38a2 ld de, StringBuffer1 push de - ld bc, PKMN_NAME_LENGTH + ld bc, MON_NAME_LENGTH call CopyBytes pop de |