summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGogume1er <gogume1er@gmail.com>2021-05-25 09:58:45 +0200
committerGogume1er <gogume1er@gmail.com>2021-05-25 11:48:29 +0200
commitefc5b8945753cfef80ff77c6c05f26034c279e6b (patch)
tree74305e242cf8abe308be85b18a10ca1adfa4928f /include
parent015a7675e6ffcf234a856528a02e58d62a32f044 (diff)
fix structure & minor changes
Diffstat (limited to 'include')
-rw-r--r--include/unk_020851B8.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/unk_020851B8.h b/include/unk_020851B8.h
index 63725aea..ca47a91c 100644
--- a/include/unk_020851B8.h
+++ b/include/unk_020851B8.h
@@ -2,14 +2,18 @@
#define POKEDIAMOND_UNK_020851B8_H
struct UnkStruct_020851B8 {
- u8 unk00[0xC];
+ u32 flags[2];
+ u8 unk_8;
+ u8 unk_9;
+ u8 unk_A;
+ u8 unk_B;
};
struct UnkStruct_020851B8 *FUN_020851B8(u32 heap_id);
void FUN_020851DC(struct UnkStruct_020851B8 *param0, u32 param1, BOOL param2);
void FUN_020851F8(struct UnkStruct_020851B8 *param0, u8 param1, u8 param2, u8 param3);
-void FUN_02085200(u32 *param0, u16 param1);
-u32 FUN_02085224(u32 *param0, u16 param1);
+void FUN_02085200(struct UnkStruct_020851B8 *param0, u16 param1);
+u8 FUN_02085224(struct UnkStruct_020851B8 *param0, u16 param1);
void FUN_0208524C(struct UnkStruct_020851B8 *param0, u8 *param1, u8 *param2);
#endif // POKEDIAMOND_UNK_020851B8_H