summaryrefslogtreecommitdiff
path: root/include/structs.h
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-08-13 19:12:12 +0300
committerGitHub <noreply@github.com>2020-08-13 19:12:12 +0300
commita82d0d55a67b12757b185fd149d6a14dcc7cad02 (patch)
tree829d21a866de69dc92e1b8e5bb1857a21104027c /include/structs.h
parentc259e6ed18294c001033fed62d924d379276021a (diff)
parentddd20f2c76a34b4fc46503c8bf88d53a755453a8 (diff)
Merge pull request #261 from PikalaxALT/pikalax_work
Name some scrcmds; save block 2 struct resolution
Diffstat (limited to 'include/structs.h')
-rw-r--r--include/structs.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/include/structs.h b/include/structs.h
deleted file mode 100644
index fbcf6e0c..00000000
--- a/include/structs.h
+++ /dev/null
@@ -1,44 +0,0 @@
-#ifndef POKEDIAMOND_STRUCTS_H
-#define POKEDIAMOND_STRUCTS_H
-
-#include "pokemon.h"
-#include "map.h"
-
-// MATH
-typedef u16 MATHCRC16Table[256];
-
-struct UnkStruct_021C59C8_Sub20224 {
- int unk_0;
- int unk_4;
- int unk_8;
- u16 unk_C;
- u16 unk_E;
-};
-
-struct UnkStruct_021C59C8_Sub_20464 {
- u8 unk_0;
- u8 padding[3];
- int unk_4;
- int unk_8;
- u8 unk_C;
- u8 unk_D;
- u8 unk_E;
- u8 padding2;
-};
-
-struct UnkStruct_021C59C8 {
- /* 0x00000 */ int unk_00000;
- /* 0x00004 */ int unk_00004;
- /* 0x00008 */ int unk_00008;
- /* 0x0000C */ int unk_0000C;
- /* 0x00010 */ int unk_00010;
- /* 0x00014 */ MATHCRC16Table unk_00014;
- /* 0x00214 */ u8 filler_00214[0x2004];
- /* 0x20218 */ u8 unk_20218[8];
- /* 0x20220 */ int unk_20220;
- /* 0x20224 */ struct UnkStruct_021C59C8_Sub20224 unk_20224[36];
- /* 0x20464 */ struct UnkStruct_021C59C8_Sub_20464 unk_20464[4];
- /* 0x204A4 */ int unk_204A4;
-};
-
-#endif //POKEDIAMOND_STRUCTS_H