diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-10 22:42:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 22:42:30 +0100 |
commit | e8d0b49a6864d6077a5d7b1c123c49481fe14bfe (patch) | |
tree | d9c489014e94856bc94273499ea7b5eca66ac0dc /include/text_02054590.h | |
parent | 68013d52ebaf7094a782260d97888e9cb6b1d172 (diff) | |
parent | bf8b0b7a9f33de9de350927b5c4001909da3c889 (diff) |
Merge pull request #401 from PikalaxALT/pikalax_work
[LEAK-INFORMED] Match and document funcs in unk_02016B94.c
Diffstat (limited to 'include/text_02054590.h')
-rw-r--r-- | include/text_02054590.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/text_02054590.h b/include/text_02054590.h index 77170e70..b2f4898b 100644 --- a/include/text_02054590.h +++ b/include/text_02054590.h @@ -3,18 +3,18 @@ #include "global.h" #include "options.h" -#include "unk_02016B94.h" +#include "bg_window.h" #include "string16.h" void FUN_02054590(u32 param0, u32 param1); -void FUN_020545B8(struct UnkStruct_02016B94_2 *param0, struct Window *param1, u32 param2); +void FUN_020545B8(struct BgConfig *param0, struct Window *param1, u32 param2); void FUN_02054608(struct Window *param0, struct Options *options); void FUN_0205464C(struct Window *param0); 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(struct UnkStruct_02016B94_2 *param0, struct Window *param1, u32 param2, u32 param3); +void FUN_020546E0(struct BgConfig *param0, struct Window *param1, u32 param2, u32 param3); void FUN_02054744(struct Window *param0, u32 param1, u32 param2); #endif // POKEDIAMOND_UNK_02054590_H |