pokeheartgold/include/string_control_code.h
2021-12-08 13:19:03 -05:00

9 lines
296 B
C

#ifndef HEARTGOLD_STRING_CONTROL_CODE_H
#define HEARTGOLD_STRING_CONTROL_CODE_H
BOOL MsgArray_ControlCodeIsStrVar(const u16 *str);
const u16 *MsgArray_SkipControlCode(const u16 *str);
const u32 MsgArray_ControlCodeGetField(const u16 *str, int fieldno);
#endif //HEARTGOLD_STRING_CONTROL_CODE_H