mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
10 lines
182 B
C
10 lines
182 B
C
#ifndef GUARD_FIELD_SPECIALS_H
|
|
#define GUARD_FIELD_SPECIALS_H
|
|
|
|
#include "global.h"
|
|
|
|
u8 GetLeadMonIndex(void);
|
|
void TV_PrintIntToStringVar(u8, int);
|
|
|
|
#endif // GUARD_FIELD_SPECIALS_H
|