From 015a7675e6ffcf234a856528a02e58d62a32f044 Mon Sep 17 00:00:00 2001 From: Gogume1er Date: Tue, 25 May 2021 00:27:09 +0200 Subject: decompile unk_020851B8 --- include/unk_020851B8.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/unk_020851B8.h (limited to 'include') diff --git a/include/unk_020851B8.h b/include/unk_020851B8.h new file mode 100644 index 00000000..63725aea --- /dev/null +++ b/include/unk_020851B8.h @@ -0,0 +1,15 @@ +#ifndef POKEDIAMOND_UNK_020851B8_H +#define POKEDIAMOND_UNK_020851B8_H + +struct UnkStruct_020851B8 { + u8 unk00[0xC]; +}; + +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_0208524C(struct UnkStruct_020851B8 *param0, u8 *param1, u8 *param2); + +#endif // POKEDIAMOND_UNK_020851B8_H -- cgit v1.2.3