mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-07 23:43:59 -05:00
16 lines
346 B
C
16 lines
346 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);
|
|
void sub_80CCB68(void);
|
|
void nullsub_60(void);
|
|
void nullsub_61(void);
|
|
u8 ContextNpcGetTextColor(void);
|
|
|
|
#endif // GUARD_FIELD_SPECIALS_H
|