mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-03 16:20:44 +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
|