summaryrefslogtreecommitdiff
path: root/arm9/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-08-31 08:31:30 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-08-31 08:31:30 -0400
commit1499e9f8be9458bbf94cbc4dc6d1034f53606cd0 (patch)
tree63e5cab56041641b85b231f09296d1cecf9e0a1c /arm9/src
parent05ded46ab7f556956a2eee2411a8d2968b7e8ad6 (diff)
Move UNK_021C46B4 to C
Diffstat (limited to 'arm9/src')
-rw-r--r--arm9/src/unk_0200E1D0.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/arm9/src/unk_0200E1D0.c b/arm9/src/unk_0200E1D0.c
new file mode 100644
index 00000000..32f35605
--- /dev/null
+++ b/arm9/src/unk_0200E1D0.c
@@ -0,0 +1,16 @@
+#include "global.h"
+
+struct UnkStruct_021C46B4
+{
+ u8 unk_000[0x14];
+ u8 unk_014[0x30];
+ u8 unk_044[0x30];
+ u8 unk_074[0x18];
+ u8 unk_08C[0xC0];
+ u16 unk_14C;
+ u8 unk_14E;
+ u8 unk_14F;
+ u32 unk_150;
+};
+
+struct UnkStruct_021C46B4 UNK_021C46B4;