mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08: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
|
; error-check monster nick before use
|
||||||
; must be a peace offering to gamesharkers
|
; must be a peace offering to gamesharkers
|
||||||
|
|
@ -772,7 +772,7 @@ StatsScreen_LoadGFX: ; 4dfb6 (13:5fb6)
|
|||||||
ld hl, .OTNamePointers
|
ld hl, .OTNamePointers
|
||||||
call GetNicknamePointer
|
call GetNicknamePointer
|
||||||
call CopyNickname
|
call CopyNickname
|
||||||
farcall CheckNickErrors
|
farcall CorrectNickErrors
|
||||||
hlcoord 2, 13
|
hlcoord 2, 13
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld a, [wTempMonCaughtGender]
|
ld a, [wTempMonCaughtGender]
|
||||||
|
2
home.asm
2
home.asm
@ -1211,7 +1211,7 @@ GetNick:: ; 38a2
|
|||||||
call CopyBytes
|
call CopyBytes
|
||||||
pop de
|
pop de
|
||||||
|
|
||||||
callfar CheckNickErrors
|
callfar CorrectNickErrors
|
||||||
|
|
||||||
pop bc
|
pop bc
|
||||||
pop hl
|
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/menus/intro_menu.asm"
|
||||||
INCLUDE "engine/overworld/init_map.asm"
|
INCLUDE "engine/overworld/init_map.asm"
|
||||||
INCLUDE "engine/pokemon/learn.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 "engine/math/math.asm"
|
||||||
INCLUDE "data/items/attributes.asm"
|
INCLUDE "data/items/attributes.asm"
|
||||||
INCLUDE "engine/overworld/npc_movement.asm"
|
INCLUDE "engine/overworld/npc_movement.asm"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user