check_nick_errors → correct_nick_errors; matches correct_party_errors

This commit is contained in:
Rangi
2018-04-05 00:04:53 -04:00
parent 81306889e3
commit 1e1bbbbf8c
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
CheckNickErrors:: ; 669f
CorrectNickErrors:: ; 669f
; error-check monster nick before use
; must be a peace offering to gamesharkers

View File

@@ -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]