You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
check_nick_errors → correct_nick_errors; matches correct_party_errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CheckNickErrors:: ; 669f
|
||||
CorrectNickErrors:: ; 669f
|
||||
; error-check monster nick before use
|
||||
; must be a peace offering to gamesharkers
|
||||
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user