mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-04-24 23:09:22 -05:00
Change parameter names in string_control_code.h to match source file
This commit is contained in:
parent
a10d34c5a8
commit
f1059fe6fd
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef HEARTGOLD_STRING_CONTROL_CODE_H
|
||||
#define HEARTGOLD_STRING_CONTROL_CODE_H
|
||||
|
||||
const u16 *MsgArray_SkipControlCode(const u16 *str);
|
||||
const u16 *MsgArray_SkipControlCode(const u16 *arr);
|
||||
u16 MsgArray_GetControlCode(const u16 *arr);
|
||||
BOOL MsgArray_ControlCodeIsStrVar(const u16 *str);
|
||||
u16 MsgArray_ControlCodeGetField(const u16 *str, u32 fieldno);
|
||||
BOOL MsgArray_ControlCodeIsStrVar(const u16 *arr);
|
||||
u16 MsgArray_ControlCodeGetField(const u16 *arr, u32 fieldno);
|
||||
|
||||
#endif //HEARTGOLD_STRING_CONTROL_CODE_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user