mirror of https://github.com/pret/pokecrystal.git
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