pokeemerald/include/egg_hatch.h

11 lines
241 B
C
Raw Normal View History

2017-11-14 23:25:07 +01:00
#ifndef GUARD_EGG_HATCH_H
#define GUARD_EGG_HATCH_H
void ScriptHatchMon(void);
2019-09-25 20:48:22 +02:00
bool8 CheckDaycareMonReceivedMail(void);
2017-11-14 23:25:07 +01:00
void EggHatch(void);
2020-05-27 22:41:23 +02:00
u8 GetEggCyclesToSubtract(void);
2019-09-25 20:48:22 +02:00
u16 CountPartyAliveNonEggMons(void);
2017-11-14 23:25:07 +01:00
#endif // GUARD_EGG_HATCH_H