pokeheartgold/include/ascii_util.h
2024-08-25 17:13:13 -04:00

13 lines
338 B
C

#ifndef POKEHEARTGOLD_ASCII_UTIL_H
#define POKEHEARTGOLD_ASCII_UTIL_H
#include <nnsys.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