mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
17 lines
523 B
C
17 lines
523 B
C
#ifndef GUARD_TEXT_UTIL_H
|
|
#define GUARD_TEXT_UTIL_H
|
|
|
|
void sub_80922B4(u8 *buffer, const u8 *string, s32 size);
|
|
u32 sub_80922E4(u32 r0);
|
|
void CopyStringtoBuffer(u8 *buffer, u8 *string);
|
|
void BoundedCopyStringtoBuffer(u8 *buffer, u8 *string, s32 size);
|
|
const char *GetUnformattedTypeString(u8 type);
|
|
const char * GetFormattedTypeString(u8 type);
|
|
u8 sub_8092354(u8 index);
|
|
u8 sub_8092364(u8 index);
|
|
void CopyAbilityNametoBuffer(char *buffer, u8 index);
|
|
u8 *GetAbilityDescription(u8 index);
|
|
u32 ReturnIntFromChar2(u8);
|
|
|
|
#endif
|