PARTY_LENGTH; MON_NAME; sgb_border.bin
This commit is contained in:
@@ -6,7 +6,7 @@ CheckNickErrors:: ; 669f
|
||||
|
||||
push bc
|
||||
push de
|
||||
ld b, PKMN_NAME_LENGTH
|
||||
ld b, MON_NAME_LENGTH
|
||||
|
||||
.checkchar
|
||||
; end of nick?
|
||||
|
@@ -128,7 +128,7 @@ Unreferenced_CorrectErrorsInPlayerParty:
|
||||
ld hl, StringBuffer1
|
||||
.got_nickname
|
||||
pop de
|
||||
ld bc, PKMN_NAME_LENGTH
|
||||
ld bc, MON_NAME_LENGTH
|
||||
call CopyBytes
|
||||
pop bc
|
||||
|
||||
|
@@ -21,7 +21,7 @@ InitList: ; 50db9
|
||||
jr nz, .check_item_name
|
||||
ld hl, CurMart
|
||||
ld de, PokemonNames
|
||||
ld a, PKMN_NAME
|
||||
ld a, MON_NAME
|
||||
jr .done
|
||||
|
||||
.check_item_name
|
||||
|
Reference in New Issue
Block a user