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 /arm9/src/text_02054590.c | |
parent | d5bd2337cf8970b1ce7f8a3d0e64aa092e705462 (diff) |
Decompile list_menu_items
Diffstat (limited to 'arm9/src/text_02054590.c')
-rw-r--r-- | arm9/src/text_02054590.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/src/text_02054590.c b/arm9/src/text_02054590.c index e2765c6f..b7c4f91c 100644 --- a/arm9/src/text_02054590.c +++ b/arm9/src/text_02054590.c @@ -53,7 +53,7 @@ THUMB_FUNC void FUN_0205464C(struct Window *param0) FillWindowPixelBuffer(param0, 15); } -THUMB_FUNC u16 FUN_02054658(struct Window * window, const u16 *str, struct Options *options, u8 param3) +THUMB_FUNC u16 FUN_02054658(struct Window * window, struct String *str, struct Options *options, u8 param3) { FUN_02002B60(param3); FUN_02002B7C(0); @@ -61,7 +61,7 @@ THUMB_FUNC u16 FUN_02054658(struct Window * window, const u16 *str, struct Optio return AddTextPrinterParameterized(window, 1, str, 0, 0, (u32)Options_GetTextFrameDelay(options), NULL); } -THUMB_FUNC u16 DrawFieldMessage(struct Window * window, const u16 *str, u8 fontId, u32 speed, u8 a4, u32 a5) +THUMB_FUNC u16 DrawFieldMessage(struct Window * window, struct String *str, u8 fontId, u32 speed, u8 a4, u32 a5) { FUN_02002B60(a4); FUN_02002B7C(a5); |