diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-29 12:25:58 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-29 12:25:58 -0400 |
commit | f2efda1f68230ec917cd148759bb9798a75a8f60 (patch) | |
tree | d2737f767bc2a25dc418f4d93099ffaa014d4bf1 /engine/events | |
parent | 022f9e6af1570f071eaf85cf65d50cb29ddc34f2 (diff) |
Identify more unnamed labels
Diffstat (limited to 'engine/events')
-rw-r--r-- | engine/events/daycare.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/daycare.asm b/engine/events/daycare.asm index cd9ec42de..1c08ca1b8 100644 --- a/engine/events/daycare.asm +++ b/engine/events/daycare.asm @@ -480,7 +480,7 @@ DayCare_GiveEgg: ld bc, PARTYMON_STRUCT_LENGTH call DayCare_GetCurrentPartyMember ld hl, wEggMon - ld bc, wEggMonEnd - wEggMon + ld bc, BOXMON_STRUCT_LENGTH call CopyBytes call GetBaseData @@ -548,7 +548,7 @@ DayCare_InitBreeding: .UselessJump: xor a ld hl, wEggMon - ld bc, wEggMonEnd - wEggMon + ld bc, BOXMON_STRUCT_LENGTH call ByteFill ld hl, wEggNick ld bc, MON_NAME_LENGTH |