mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
10 lines
208 B
C
10 lines
208 B
C
#ifndef GUARD_ROM6_H
|
|
#define GUARD_ROM6_H
|
|
|
|
void sub_81357FC(u8, void(void));
|
|
u8 GetLeadMonIndex(void);
|
|
u8 GetSSTidalLocation(u8 *grp, u8 *num, s16 *x, s16 *y);
|
|
void sub_813BADC(bool8);
|
|
|
|
#endif //GUARD_ROM6_H
|