pokefirered/include/field_specials.h
2018-11-21 09:00:41 -05:00

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