You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
PARTY_LENGTH; MON_NAME; sgb_border.bin
This commit is contained in:
@@ -148,10 +148,10 @@ ReadCaughtData: ; 4f134
|
||||
GetCaughtName: ; 4f176
|
||||
ld a, [CurPartyMon]
|
||||
ld hl, PartyMonNicknames
|
||||
ld bc, PKMN_NAME_LENGTH
|
||||
ld bc, MON_NAME_LENGTH
|
||||
call AddNTimes
|
||||
ld de, wSeerNickname
|
||||
ld bc, PKMN_NAME_LENGTH
|
||||
ld bc, MON_NAME_LENGTH
|
||||
call CopyBytes
|
||||
ret
|
||||
; 4f18c
|
||||
|
||||
Reference in New Issue
Block a user