diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-19 14:04:44 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-19 14:04:44 +0200 |
commit | 7ec4479631d6fe7bc7153f548294e93d0543f182 (patch) | |
tree | 9b5b7101ccf18482c614001a9a1fc70be6eb6e4a /include | |
parent | c28aea7cf779479341ac60e0e1a988c26f91b02d (diff) |
decompile unk_020023C0.s
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_0201B8B8.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unk_0201B8B8.h b/include/unk_0201B8B8.h index 13bc217b..26dd8017 100644 --- a/include/unk_0201B8B8.h +++ b/include/unk_0201B8B8.h @@ -2,8 +2,8 @@ #define POKEDIAMOND_UNK_0201B8B88_H const u16 * MsgArray_SkipControlCode(const u16 * r4); -u16 MsgArray_GetControlCode(const u16 * r4); +u32 MsgArray_GetControlCode(const u16 * r4); BOOL MsgArray_ControlCodeIsStrVar(const u16 * r4); -u16 MsgArray_ControlCodeGetField(const u16 * r5, u32 r4); +u32 MsgArray_ControlCodeGetField(const u16 * r5, u32 r4); #endif //POKEDIAMOND_UNK_0201B8B88_H |