diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-08-31 08:54:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-08-31 08:54:33 -0400 |
commit | ba5f5449a4fb7c36a20ebccb0aa560d88d6a49c0 (patch) | |
tree | 63e5cab56041641b85b231f09296d1cecf9e0a1c /arm9/src | |
parent | cc891865fa1eb5a823f6a3eeb1746f05addb0d90 (diff) | |
parent | 1499e9f8be9458bbf94cbc4dc6d1034f53606cd0 (diff) |
Merge branch 'pikalax_work' of github.com:PikalaxALT/pokediamond into pikalax_work
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/unk_0200E1D0.c | 16 |
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;
|