summaryrefslogtreecommitdiff
path: root/include/kecleon_items.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-05-15 16:59:55 -0700
committerGitHub <noreply@github.com>2021-05-15 18:59:55 -0500
commitf402e46cd3c8b7236673d6edbae77903a7cc0618 (patch)
tree37a19f3ab35a73c29d4d6da565741beaf7bb547f /include/kecleon_items.h
parentf65dee5a143bd543c74c010d7252eb76893ee243 (diff)
Sese's April/May Dump (#37)
* splitting lots of pokemon square and labeling lots of other things * actually commit this stuff * more moving data and things * more screen work * split out some pokemon dungeon data * lots of data work * push more data work * split kecleon, decomp another kanghaskhan func, and try to doc UpdateBGControl more * lots of item work * label more item things * subtype -> category and doc types/category
Diffstat (limited to 'include/kecleon_items.h')
-rw-r--r--include/kecleon_items.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/include/kecleon_items.h b/include/kecleon_items.h
new file mode 100644
index 0000000..f9added
--- /dev/null
+++ b/include/kecleon_items.h
@@ -0,0 +1,43 @@
+#ifndef KECLEON_ITEMS_H
+#define KECLEON_ITEMS_H
+
+#include "gUnknown_203B460.h"
+
+struct unkData
+{
+ u8 unk0[24];
+};
+
+struct unkStruct_203B210
+{
+ // size: 0x148
+ u32 unk0;
+ u8 unk4;
+ u8 fill5[3];
+ u32 currState;
+ u32 unkC;
+ s32 unk10;
+ u32 unk14;
+ u32 unk18;
+ struct ItemStruct_203B460 unk1C;
+ u32 unk20;
+ u32 unk24;
+ u32 unk28;
+ u32 unk2C;
+ u32 unk30;
+ u8 fill34[0x84 - 0x34];
+ u32 unk84;
+ u8 fill88[0xD4 - 0x88];
+ struct OpenedFile *unkD4;
+ u8 *unkD8;
+ u16 unkDC;
+ u16 unkDE;
+ u8 unkE0;
+ u8 unkE1;
+ u8 unkE2;
+ u8 unkE3;
+ struct OpenedFile **unkE4;
+ struct unkData unkE8[4];
+};
+
+#endif