diff options
Diffstat (limited to 'mobile/mobile_menu.asm')
-rwxr-xr-x | mobile/mobile_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_menu.asm b/mobile/mobile_menu.asm index 1bee0cced..6a4e6cf61 100755 --- a/mobile/mobile_menu.asm +++ b/mobile/mobile_menu.asm @@ -192,7 +192,7 @@ Function4a0c2: ; 4a0c2 (12:60c2) call GetSRAMBank ld hl, sPlayerData + PlayerName - wPlayerData ld de, PlayerName - ld bc, 6 ; japanese name length + ld bc, NAME_LENGTH_JAPANESE call CopyBytes call CloseSRAM callba _LoadData |