MON_NAME_LENGTH -> NAME_LENGTH

This commit is contained in:
Rangi
2019-01-03 07:30:44 -05:00
parent b975f3e068
commit 36ebcdd8fe
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ _GiveOddEgg:
; Writes to wOddEgg, wOddEggName, and wOddEggOTName, ; Writes to wOddEgg, wOddEggName, and wOddEggOTName,
; even though OddEggs does not have data for wOddEggOTName ; even though OddEggs does not have data for wOddEggOTName
ld de, wOddEgg ld de, wOddEgg
ld bc, NICKNAMED_MON_STRUCT_LENGTH + MON_NAME_LENGTH ld bc, NICKNAMED_MON_STRUCT_LENGTH + NAME_LENGTH
call CopyBytes call CopyBytes
ld a, EGG_TICKET ld a, EGG_TICKET

View File

@@ -379,7 +379,7 @@ NEXTU ; c608
; odd egg ; odd egg
wOddEgg:: party_struct wOddEgg wOddEgg:: party_struct wOddEgg
wOddEggName:: ds MON_NAME_LENGTH wOddEggName:: ds MON_NAME_LENGTH
wOddEggOTName:: ds MON_NAME_LENGTH wOddEggOTName:: ds NAME_LENGTH
NEXTU ; c608 NEXTU ; c608
; battle tower temp struct ; battle tower temp struct