mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-07 16:46:00 -05:00
string_control_code
This commit is contained in:
9
include/string_control_code.h
Normal file
9
include/string_control_code.h
Normal 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
|
||||
Reference in New Issue
Block a user