diff options
Diffstat (limited to 'data/odd_eggs.asm')
-rw-r--r-- | data/odd_eggs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/odd_eggs.asm b/data/odd_eggs.asm index 96a6717b9..1e4525d39 100644 --- a/data/odd_eggs.asm +++ b/data/odd_eggs.asm @@ -44,7 +44,7 @@ GiveOddEgg: ; 1fb4b6 call AddNTimes ld de, OddEggSpecies - ld bc, party_struct_length + 2 * PKMN_NAME_LENGTH + ld bc, PARTYMON_STRUCT_LENGTH + 2 * PKMN_NAME_LENGTH call CopyBytes ld a, EGG_TICKET |