diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-08 12:29:17 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-08 12:29:17 +0200 |
commit | 64ae698ecefdf3fd9348803bab7cc0c592dbb511 (patch) | |
tree | ac9b95d85abc9c77d245c4f9c75b5497bc9ff033 /include/unk_0208890C.h | |
parent | 0a89ace18db732440c498c1684e287e164b6d76d (diff) | |
parent | c50275c6db34a3f5142330cbbfd3f1e3dac51c2d (diff) |
Merge branch 'master' into unk_0202E29C
Diffstat (limited to 'include/unk_0208890C.h')
-rw-r--r-- | include/unk_0208890C.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/unk_0208890C.h b/include/unk_0208890C.h new file mode 100644 index 00000000..9ec040a1 --- /dev/null +++ b/include/unk_0208890C.h @@ -0,0 +1,25 @@ +#ifndef POKEDIAMOND_UNK_0208890C_H +#define POKEDIAMOND_UNK_0208890C_H + +struct Bag; +struct Options; +struct PlayerData; +struct SaveBlock2; + +struct UnkStruct_0208890C +{ + u8 padding[0x4]; + void* unk4; + void* unk8; + struct SaveBlock2* sav2; + struct PlayerData* player; + struct Bag* bag; + struct Options* options; + void* unk1C; +}; + +struct UnkStruct_0208890C* FUN_0208890C(void*, struct SaveBlock2* sav2, u32 heap_id, void*); +void FUN_02088950(struct UnkSavStruct80*, struct UnkStruct_0208890C*); +struct UnkStruct_0208890C* FUN_02088960(struct UnkSavStruct80*, void*, u32 heap_id); + +#endif |