summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-04-30 18:38:48 +0200
committerAetias <aetias@outlook.com>2024-04-30 18:38:48 +0200
commitb046f33b3c30da618b494ac5be61a4e7ffc6e956 (patch)
treedf2ba3663cbea99bf921ae3a296d4d9f9609a62d /include
parent102fc098fa59af662c5b21bac49157cfaa23a0dc (diff)
Decomp `ItemManager::LoadDungeonItemModels`
Diffstat (limited to 'include')
-rw-r--r--include/DTCM/UnkStruct_027e0f78.hpp15
-rw-r--r--include/Item/ItemManager.hpp1
2 files changed, 16 insertions, 0 deletions
diff --git a/include/DTCM/UnkStruct_027e0f78.hpp b/include/DTCM/UnkStruct_027e0f78.hpp
new file mode 100644
index 00000000..04353f37
--- /dev/null
+++ b/include/DTCM/UnkStruct_027e0f78.hpp
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "global.h"
+#include "types.h"
+
+struct UnkStruct_027e0f78 {
+ /* 00 */ unk8 mUnk_00[0x18];
+ /* 18 */ u16 mUnk_18;
+ /* 1a */ u16 mUnk_1a;
+ /* 1c */ u16 mUnk_1c;
+ /* 1e */ u16 mUnk_1e;
+ /* 20 */
+};
+
+extern UnkStruct_027e0f78 *data_027e0f78;
diff --git a/include/Item/ItemManager.hpp b/include/Item/ItemManager.hpp
index 666ae6de..46c2d70b 100644
--- a/include/Item/ItemManager.hpp
+++ b/include/Item/ItemManager.hpp
@@ -9,6 +9,7 @@ extern "C" {
#include "lib/math.h"
#include "Actor/ActorNavi.hpp"
+#include "DTCM/UnkStruct_027e0f78.hpp"
#include "Save/AdventureFlags.hpp"
#include "Item/Item.hpp"
#include "Map/MapManager.hpp"