diff options
Diffstat (limited to 'event/daycare.asm')
-rwxr-xr-x | event/daycare.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/event/daycare.asm b/event/daycare.asm index 3ea64d38c..42e3d62f0 100755 --- a/event/daycare.asm +++ b/event/daycare.asm @@ -103,7 +103,7 @@ Function16798: ; 16798 ld a, 4 call Function1689b ld b, 6 - callba Function5001d + callba SelectTradeOrDaycareMon jr c, .asm_167dd ld a, [CurPartySpecies] cp EGG @@ -571,7 +571,7 @@ Function16a3b: ; 16a3b ld a, [wDaycareMan] bit 0, a ret z - callab Function16e1d + callab CheckBreedmonCompatibility ld a, [wd265] and a ret z @@ -660,7 +660,7 @@ Function16a66: ; 16a66 xor a ld [Buffer1], a predef FillMoves - callba Function170bf + callba InitEggMoves ld hl, wEggMonID ld a, [PlayerID] ld [hli], a |