You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Label some daycare-related functions
This commit is contained in:
@@ -44,7 +44,7 @@ Special_DayCareMan: ; 166d6
|
||||
call GetPriceToRetrieveBreedmon
|
||||
call DayCare_AskWithdrawBreedMon
|
||||
jr c, .print_text
|
||||
farcall RetrievePokemonFromDayCareMan
|
||||
farcall RetrieveMonFromDayCareMan
|
||||
call DayCare_GetBackMonForMoney
|
||||
ld hl, wDayCareMan
|
||||
res 0, [hl]
|
||||
@@ -83,7 +83,7 @@ Special_DayCareLady: ; 1672a
|
||||
call GetPriceToRetrieveBreedmon
|
||||
call DayCare_AskWithdrawBreedMon
|
||||
jr c, .print_text
|
||||
farcall RetrievePokemonFromDayCareLady
|
||||
farcall RetrieveMonFromDayCareLady
|
||||
call DayCare_GetBackMonForMoney
|
||||
ld hl, wDayCareLady
|
||||
res 0, [hl]
|
||||
|
||||
Reference in New Issue
Block a user