summaryrefslogtreecommitdiff
path: root/engine/pokemon/stats_screen.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-04-05 00:04:53 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-04-05 00:04:53 -0400
commit1e1bbbbf8c82364dcfb8e64ad22c4ce3e9988c75 (patch)
treec702e3917e61be7e58ef02b98c07a6dd0e6732fb /engine/pokemon/stats_screen.asm
parent81306889e33c599f8015bc4e653929bb7de00967 (diff)
check_nick_errors → correct_nick_errors; matches correct_party_errors
Diffstat (limited to 'engine/pokemon/stats_screen.asm')
-rw-r--r--engine/pokemon/stats_screen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/stats_screen.asm b/engine/pokemon/stats_screen.asm
index 59d96999f..7e44cb96e 100644
--- a/engine/pokemon/stats_screen.asm
+++ b/engine/pokemon/stats_screen.asm
@@ -772,7 +772,7 @@ StatsScreen_LoadGFX: ; 4dfb6 (13:5fb6)
ld hl, .OTNamePointers
call GetNicknamePointer
call CopyNickname
- farcall CheckNickErrors
+ farcall CorrectNickErrors
hlcoord 2, 13
call PlaceString
ld a, [wTempMonCaughtGender]