mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
18 lines
405 B
C
18 lines
405 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);
|
|
void set_unknown_box_id(u8);
|
|
u16 get_unknown_box_id(void);
|
|
|
|
#endif // GUARD_FIELD_SPECIALS_H
|