mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-18 15:37:19 -05:00
13 lines
231 B
C
13 lines
231 B
C
#ifndef GUARD_EGG_HATCH_H
|
|
#define GUARD_EGG_HATCH_H
|
|
|
|
#include "global.h"
|
|
|
|
void ScriptHatchMon(void);
|
|
bool8 sub_8071614(void);
|
|
void EggHatch(void);
|
|
u8 GetEggStepsToSubtract(void);
|
|
u16 sub_80722E0(void);
|
|
|
|
#endif // GUARD_EGG_HATCH_H
|