pokeheartgold/include/string_control_code.h
2021-12-07 12:17:41 -05:00

8 lines
227 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);
#endif //HEARTGOLD_STRING_CONTROL_CODE_H