diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-06-10 18:04:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 18:04:24 -0400 |
commit | 46b72e9169cc912246f8c2483fb715c72ec4b063 (patch) | |
tree | 8f56e977e7e4f69c1c48249118074f500857f195 /include | |
parent | e8d0b49a6864d6077a5d7b1c123c49481fe14bfe (diff) | |
parent | aa185f6be5696ae4bd6c9f8093eb13a06cb2cc79 (diff) |
Merge pull request #388 from Gogume1er/unkk_020851B8
Decompile unk_020851B8
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_020851B8.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/unk_020851B8.h b/include/unk_020851B8.h new file mode 100644 index 00000000..ca47a91c --- /dev/null +++ b/include/unk_020851B8.h @@ -0,0 +1,19 @@ +#ifndef POKEDIAMOND_UNK_020851B8_H +#define POKEDIAMOND_UNK_020851B8_H + +struct UnkStruct_020851B8 { + 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(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 |