mirror of
https://github.com/pret/pokediamond.git
synced 2026-03-29 05:35:05 -05:00
10 lines
342 B
C
10 lines
342 B
C
#ifndef POKEDIAMOND_STRING_CONTROL_CODE_H
|
|
#define POKEDIAMOND_STRING_CONTROL_CODE_H
|
|
|
|
const u16 * MsgArray_SkipControlCode(const u16 *arr);
|
|
u32 MsgArray_GetControlCode(const u16 *arr);
|
|
BOOL MsgArray_ControlCodeIsStrVar(const u16 *arr);
|
|
u32 MsgArray_ControlCodeGetField(const u16 *arr, u32 fieldno);
|
|
|
|
#endif //POKEDIAMOND_STRING_CONTROL_CODE_H
|