summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-23 20:56:21 +0100
committerGitHub <noreply@github.com>2021-05-23 20:56:21 +0100
commit8ffb7a0c637d74d2140fefc7e20e10288b43e286 (patch)
tree7205ce3d0e99c6a8ca5863403277c148731d5c23 /include
parent652faf4b05e3aebebf7a258bfb98aef0be01dba2 (diff)
parent2b5a314872b3f86090ffce580c838225228b0263 (diff)
Merge pull request #384 from SethBarberee/dwc_stuff
Decomp 020337E8
Diffstat (limited to 'include')
-rw-r--r--include/unk_020337E8.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/unk_020337E8.h b/include/unk_020337E8.h
new file mode 100644
index 00000000..228570ea
--- /dev/null
+++ b/include/unk_020337E8.h
@@ -0,0 +1,25 @@
+#ifndef POKEDIAMOND_UNK_020337E8_H
+#define POKEDIAMOND_UNK_020337E8_H
+
+#include "global.h"
+#include "save_block_2.h"
+
+// Dummy struct until DWC_account
+struct DWC_Struct
+{
+ s32 unk0;
+};
+
+struct DWC_token
+{
+ // size: 0xC
+ u8 fill0[0xC];
+};
+
+s32 FUN_020337E8(u32 heap_id);
+void FUN_0203380C(struct DWC_Struct *);
+s32 FUN_02033830(struct DWC_Struct *);
+BOOL FUN_0203384C(struct SaveBlock2 *);
+
+
+#endif // POKEDIAMOND_UNK_020337E8_H