pokeemerald/include/rom6.h

10 lines
208 B
C
Raw Normal View History

2017-09-21 02:48:32 +02:00
#ifndef GUARD_ROM6_H
#define GUARD_ROM6_H
void sub_81357FC(u8, void(void));
u8 GetLeadMonIndex(void);
2017-10-31 02:14:52 +01:00
u8 GetSSTidalLocation(u8 *grp, u8 *num, s16 *x, s16 *y);
2017-10-27 04:49:51 +02:00
void sub_813BADC(bool8);
2017-09-21 02:48:32 +02:00
#endif //GUARD_ROM6_H