pokeheartgold/include/ascii_util.h
2023-07-01 00:49:20 +01:00

13 lines
343 B
C

#ifndef POKEHEARTGOLD_ASCII_UTIL_H
#define POKEHEARTGOLD_ASCII_UTIL_H
#include "nitro/types.h"
s32 Ascii_StrLen(const s8 *str);
const s8 *Ascii_GetDelim(const s8 *src, s8 *dst, s32 c);
s32 Ascii_StrToL(const s8 *str);
void sub_02020B3C(NNSG3dResName *resName, const s8 *input);
BOOL sub_02020B78(u16 c);
#endif //POKEHEARTGOLD_ASCII_UTIL_H