mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-16 09:56:16 -05:00
7 lines
123 B
C
7 lines
123 B
C
#ifndef GUARD_FIELD_SPECIALS_H
|
|
#define GUARD_FIELD_SPECIALS_H
|
|
|
|
u8 GetLeadMonIndex(void);
|
|
|
|
#endif // GUARD_FIELD_SPECIALS_H
|