mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
9 lines
151 B
C
9 lines
151 B
C
#ifndef GUARD_ROM6_H
|
|
#define GUARD_ROM6_H
|
|
|
|
void sub_81357FC(u8, void(void));
|
|
u8 GetLeadMonIndex(void);
|
|
void sub_813BADC(bool8);
|
|
|
|
#endif //GUARD_ROM6_H
|