mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -05:00
9 lines
296 B
C
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
|