mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-08 07:53:59 -05:00
8 lines
161 B
C
8 lines
161 B
C
#ifndef GUARD_FIELD_SPECIALS_H
|
|
#define GUARD_FIELD_SPECIALS_H
|
|
|
|
u8 GetLeadMonIndex(void);
|
|
void TV_PrintIntToStringVar(u8, int);
|
|
|
|
#endif // GUARD_FIELD_SPECIALS_H
|