pokeheartgold/include/string_control_code.h
2024-08-30 17:46:38 -04:00

12 lines
357 B
C

#ifndef HEARTGOLD_STRING_CONTROL_CODE_H
#define HEARTGOLD_STRING_CONTROL_CODE_H
#include "global.h"
const u16 *MsgArray_SkipControlCode(const u16 *arr);
u16 MsgArray_GetControlCode(const u16 *arr);
BOOL MsgArray_ControlCodeIsStrVar(const u16 *arr);
u16 MsgArray_ControlCodeGetField(const u16 *arr, u32 fieldno);
#endif // HEARTGOLD_STRING_CONTROL_CODE_H