diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-22 18:11:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-22 18:11:00 -0400 |
commit | e14ce23516daf20a5fcd9ca6ca53f30d33c4ef24 (patch) | |
tree | 20788d979ea7a2a4135cb29bef0606182fc91f4c /include/text_02054590.h | |
parent | d5bd2337cf8970b1ce7f8a3d0e64aa092e705462 (diff) |
Decompile list_menu_items
Diffstat (limited to 'include/text_02054590.h')
-rw-r--r-- | include/text_02054590.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/text_02054590.h b/include/text_02054590.h index b1ee055a..32dca79a 100644 --- a/include/text_02054590.h +++ b/include/text_02054590.h @@ -4,13 +4,14 @@ #include "global.h" #include "options.h" #include "window.h" +#include "string16.h" void FUN_02054590(u32 param0, u32 param1); void FUN_020545B8(u32 param0, u32 param1, u32 param2); void FUN_02054608(struct Window *param0, struct Options *options); void FUN_0205464C(struct Window *param0); -u16 FUN_02054658(struct Window * window, const u16 *str, struct Options *options, u8 param3); -u16 DrawFieldMessage(struct Window * window, const u16 *str, u8 fontId, u32 speed, u8 a4, u32 a5); +u16 FUN_02054658(struct Window * window, struct String *str, struct Options *options, u8 param3); +u16 DrawFieldMessage(struct Window * window, struct String *str, u8 fontId, u32 speed, u8 a4, u32 a5); u8 FUN_020546C8(u32 param0); void FUN_020546E0(u32 param0, u32 param1, u32 param2, u32 param3); void FUN_02054744(struct Window *param0, u32 param1, u32 param2); |