From 2fa3b4870fe05c3237d1a089f30650e104276efc Mon Sep 17 00:00:00 2001 From: Aetias Date: Thu, 22 Feb 2024 18:18:48 +0100 Subject: [PATCH] Add DTCM struct definitions --- include/dtcm/UnkStruct_027e1058.hpp | 12 ++++++++++++ include/dtcm/UnkStruct_027e105c.hpp | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 include/dtcm/UnkStruct_027e1058.hpp create mode 100644 include/dtcm/UnkStruct_027e105c.hpp diff --git a/include/dtcm/UnkStruct_027e1058.hpp b/include/dtcm/UnkStruct_027e1058.hpp new file mode 100644 index 00000000..6ce7ce4a --- /dev/null +++ b/include/dtcm/UnkStruct_027e1058.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include "types.h" + +struct UnkStruct_027e1058 { + /* 0 */ const char *unk_0; + /* 4 */ s32 unk_4; + /* 8 */ s32 unk_8; + /* c */ +}; + +extern UnkStruct_027e1058 data_027e1058; diff --git a/include/dtcm/UnkStruct_027e105c.hpp b/include/dtcm/UnkStruct_027e105c.hpp new file mode 100644 index 00000000..ac88044c --- /dev/null +++ b/include/dtcm/UnkStruct_027e105c.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include "types.h" + +struct UnkStruct_027e105c { + /* 0 */ const char **unk_0; + /* 4 */ + + unk32 LoadTreasureItemFanfare(Treasure); +}; + +extern UnkStruct_027e105c data_027e105c;