mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
11 lines
241 B
C
Executable File
11 lines
241 B
C
Executable File
#ifndef GUARD_EGG_HATCH_H
|
|
#define GUARD_EGG_HATCH_H
|
|
|
|
void ScriptHatchMon(void);
|
|
bool8 CheckDaycareMonReceivedMail(void);
|
|
void EggHatch(void);
|
|
u8 GetEggCyclesToSubtract(void);
|
|
u16 CountPartyAliveNonEggMons(void);
|
|
|
|
#endif // GUARD_EGG_HATCH_H
|