From 73e48106d014792276f46e185b1a7ccd30bf4f00 Mon Sep 17 00:00:00 2001 From: tgsm Date: Tue, 25 May 2021 18:37:22 -0400 Subject: Decompile unk_0208A300 --- include/unk_0208A300.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/unk_0208A300.h (limited to 'include') diff --git a/include/unk_0208A300.h b/include/unk_0208A300.h new file mode 100644 index 00000000..9c2ae898 --- /dev/null +++ b/include/unk_0208A300.h @@ -0,0 +1,17 @@ +#ifndef POKEDIAMOND_UNK_0208A300_H +#define POKEDIAMOND_UNK_0208A300_H + +struct UnkStruct_0208A300 +{ + u32 unk0; + u32 unk4; +}; + +struct UnkStruct_0208A300* FUN_0208A300(u32 heap_id); +void FUN_0208A320(struct UnkStruct_0208A300* unk); +u32 FUN_0208A328(struct UnkStruct_0208A300* unk); +void FUN_0208A32C(struct UnkStruct_0208A300* unk, u32 a1); +u32 FUN_0208A330(struct UnkStruct_0208A300* unk); +void FUN_0208A334(struct UnkStruct_0208A300* unk, u32 a1); + +#endif -- cgit v1.2.3