diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-06-19 17:00:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 17:00:53 -0400 |
commit | f87cb8749a8a41f7e207b151c7d5e7d3668a58cf (patch) | |
tree | 7f55e8d99c31a02409f4fe482ecfe3d402f82a03 /include/unk_02088AAC.h | |
parent | 54b6645c02958cff375393a5261d5376dd169b94 (diff) | |
parent | ce9a6097573a1a64e199b9b91fbf2e1de483dad5 (diff) |
Merge pull request #410 from Gogume1er/unk_02088AAC
decompile unk_02088AAC.s
Diffstat (limited to 'include/unk_02088AAC.h')
-rw-r--r-- | include/unk_02088AAC.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/include/unk_02088AAC.h b/include/unk_02088AAC.h new file mode 100644 index 00000000..d4d7cf3e --- /dev/null +++ b/include/unk_02088AAC.h @@ -0,0 +1,31 @@ +#ifndef POKEDIAMOND_UNK_02088AAC_H +#define POKEDIAMOND_UNK_02088AAC_H + +#include "bag.h" +#include "main.h" +#include "unk_0208890C.h" + +struct UnkStruct_02088AAC +{ + u32 heap_id; + u16 unk04; + u16 unk06; + u32 item; + struct UnkStruct_0206F164 *unk0C; + struct UnkStruct_0208890C *unk10; + u32 unk14; + void *ovly_param; + struct UnkStruct_02006234 *ovly_data; + u32 unk20; +}; + +u32 FUN_02088AAC(struct UnkStruct_02088AAC *r0, u32 *r1); +u32 FUN_02088AFC(struct UnkStruct_02088AAC *r0); +u32 FUN_02088B28(struct UnkStruct_02088AAC *r0); +u32 FUN_02088B48(void); +u32 FUN_02088B4C(struct UnkStruct_02088AAC *r0); +u32 FUN_02088BA8(struct UnkStruct_02088AAC *r0); +u32 FUN_02088C3C(struct UnkStruct_02088AAC *r0); +u32 FUN_02088CDC(struct UnkStruct_02088AAC *r0); + +#endif // POKEDIAMOND_UNK_02088AAC_H |