diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-05-23 13:39:07 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-05-23 13:39:07 -0500 |
commit | 0313fd88500d74f9200bdecc637ba99d8daddc7a (patch) | |
tree | a4f6d2c98a5f9703f5c98aadace4d5fc1635e889 /include | |
parent | a7794a82a376150ef63562465a71fc161d67e7fa (diff) |
decomp 020337E8
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_020337E8.h | 25 |
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..0a1addf9 --- /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 +{ + int unk0; +}; + +struct DWC_token +{ + // size: 0xC + u8 fill0[0xC]; +}; + +int FUN_020337E8(u32 heap_id); +void FUN_0203380C(struct DWC_Struct *); +int FUN_02033830(struct DWC_Struct *); +BOOL FUN_0203384C(struct SaveBlock2 *); + + +#endif // POKEDIAMOND_UNK_020337E8_H |