pokeplatinum/include/charcode.h
2024-07-06 14:40:34 -07:00

12 lines
355 B
C

#ifndef POKEPLATINUM_CHARCODE_H
#define POKEPLATINUM_CHARCODE_H
typedef u16 charcode_t;
charcode_t *CharCode_SkipFormatArg(const charcode_t *cstr);
u32 CharCode_FormatArgType(const charcode_t *cstr);
BOOL CharCode_IsFormatArg(const charcode_t *cstr);
u32 CharCode_FormatArgParam(const charcode_t *cstr, u32 paramIdx);
#endif // POKEPLATINUM_CHARCODE_H