mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
check_nick_errors → correct_nick_errors; matches correct_party_errors
This commit is contained in:
parent
81306889e3
commit
1e1bbbbf8c
@ -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]
|
||||
|
2
home.asm
2
home.asm
@ -1211,7 +1211,7 @@ GetNick:: ; 38a2
|
||||
call CopyBytes
|
||||
pop de
|
||||
|
||||
callfar CheckNickErrors
|
||||
callfar CorrectNickErrors
|
||||
|
||||
pop bc
|
||||
pop hl
|
||||
|
2
main.asm
2
main.asm
@ -9,7 +9,7 @@ INCLUDE "engine/overworld/map_objects.asm"
|
||||
INCLUDE "engine/menus/intro_menu.asm"
|
||||
INCLUDE "engine/overworld/init_map.asm"
|
||||
INCLUDE "engine/pokemon/learn.asm"
|
||||
INCLUDE "engine/pokemon/check_nick_errors.asm"
|
||||
INCLUDE "engine/pokemon/correct_nick_errors.asm"
|
||||
INCLUDE "engine/math/math.asm"
|
||||
INCLUDE "data/items/attributes.asm"
|
||||
INCLUDE "engine/overworld/npc_movement.asm"
|
||||
|
Loading…
Reference in New Issue
Block a user