mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-16 04:56:49 -05:00
Increase parity with heartgold in string functions
This commit is contained in:
@@ -1,9 +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);
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user