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:
@@ -371,7 +371,7 @@ UpdateSpeciesNameIfNotNicknamed: ; 42414
|
||||
jr nz, .loop
|
||||
|
||||
ld a, [CurPartyMon]
|
||||
ld bc, PKMN_NAME_LENGTH
|
||||
ld bc, MON_NAME_LENGTH
|
||||
ld hl, PartyMonNicknames
|
||||
call AddNTimes
|
||||
push hl
|
||||
@@ -380,7 +380,7 @@ UpdateSpeciesNameIfNotNicknamed: ; 42414
|
||||
call GetPokemonName
|
||||
ld hl, StringBuffer1
|
||||
pop de
|
||||
ld bc, PKMN_NAME_LENGTH
|
||||
ld bc, MON_NAME_LENGTH
|
||||
jp CopyBytes
|
||||
; 42454
|
||||
|
||||
|
||||
Reference in New Issue
Block a user