mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-04-18 07:57:36 -05:00
8 lines
227 B
C
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
|