19 lines
493 B
C
Raw Normal View History

2017-09-20 20:48:32 -04:00
#ifndef GUARD_ROM6_H
#define GUARD_ROM6_H
2017-12-11 16:52:28 +01:00
void OpenPokeblockCase(u8, void(void));
u8 GetLeadMonIndex(void);
2017-10-30 21:14:52 -04:00
u8 GetSSTidalLocation(u8 *grp, u8 *num, s16 *x, s16 *y);
2017-10-26 22:49:51 -04:00
void sub_813BADC(bool8);
2017-11-24 14:57:00 -05:00
bool8 sub_813B9C0(void);
2017-12-16 10:23:05 -05:00
void UpdateMirageRnd(u16 days);
void UpdateBirchState(u16 days);
void UpdateFrontierManiac(u16 days);
void UpdateFrontierGambler(u16 days);
void SetShoalItemFlag(u16 days);
2018-02-13 21:52:33 +05:30
2018-10-14 23:43:40 +01:00
bool8 CheckObjectGraphicsInFrontOfPlayer(u8 graphicsId);
2018-01-01 19:21:30 -06:00
u8 oei_task_add(void);
2017-09-20 20:48:32 -04:00
#endif //GUARD_ROM6_H