string_control_code

This commit is contained in:
Akashi Akira
2023-05-09 03:17:29 +01:00
parent 9f3ea38522
commit 033cb66335
8 changed files with 25 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
#ifndef POKEDIAMOND_STRING_CONTROL_CODE_H
#define POKEDIAMOND_STRING_CONTROL_CODE_H
const u16 * MsgArray_SkipControlCode(const u16 * r4);
u32 MsgArray_GetControlCode(const u16 * r4);
BOOL MsgArray_ControlCodeIsStrVar(const u16 * r4);
u32 MsgArray_ControlCodeGetField(const u16 * r5, u32 r4);
#endif //POKEDIAMOND_STRING_CONTROL_CODE_H