mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-25 07:19:36 -05:00
12 lines
243 B
C
12 lines
243 B
C
#ifndef GUARD_FIELD_SPECIALS_H
|
|
#define GUARD_FIELD_SPECIALS_H
|
|
|
|
#include "global.h"
|
|
|
|
u8 GetLeadMonIndex(void);
|
|
u8 CountDigits(u16 number);
|
|
void TV_PrintIntToStringVar(u8, int);
|
|
u16 ScrSpecial_GetStarter(void);
|
|
|
|
#endif // GUARD_FIELD_SPECIALS_H
|