mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
MON_NAME_LENGTH -> NAME_LENGTH
This commit is contained in:
parent
b975f3e068
commit
36ebcdd8fe
@ -45,7 +45,7 @@ _GiveOddEgg:
|
||||
; Writes to wOddEgg, wOddEggName, and wOddEggOTName,
|
||||
; even though OddEggs does not have data for wOddEggOTName
|
||||
ld de, wOddEgg
|
||||
ld bc, NICKNAMED_MON_STRUCT_LENGTH + MON_NAME_LENGTH
|
||||
ld bc, NICKNAMED_MON_STRUCT_LENGTH + NAME_LENGTH
|
||||
call CopyBytes
|
||||
|
||||
ld a, EGG_TICKET
|
||||
|
Loading…
Reference in New Issue
Block a user