summaryrefslogtreecommitdiff
path: root/include/structures.h
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-12-28 23:33:10 -0800
committertheo3 <arisstephenson2@gmail.com>2021-12-28 23:33:10 -0800
commitcbd0b7e6c96a8f33ca792d77d93c835d9826b6a9 (patch)
treeb86a27b848992b617ac7d45e0878e244e8a4ccc6 /include/structures.h
parent4d04c1c920dc6ab02de60a2774ed4cc5feb3d7b3 (diff)
rename files
Diffstat (limited to 'include/structures.h')
-rw-r--r--include/structures.h28
1 files changed, 27 insertions, 1 deletions
diff --git a/include/structures.h b/include/structures.h
index c8843e00..014b0abe 100644
--- a/include/structures.h
+++ b/include/structures.h
@@ -110,7 +110,7 @@ typedef struct {
u16 a;
u16 b;
} indices;
- void (*func)(Entity*);
+ void (*func)(Entity* e);
} data;
} Dialog;
@@ -148,4 +148,30 @@ typedef struct {
void* unk8;
} WStruct;
+typedef struct {
+ u16 unk0;
+ u16 unk2;
+ u16 unk4;
+ u8 unk6;
+ u8 unk7;
+} OAMObj;
+
+typedef struct {
+ u8 field_0x0;
+ u8 field_0x1;
+ u8 spritesOffset;
+ u8 updated;
+ u16 _4;
+ u16 _6;
+ u8 _0[0x18];
+ struct OamData oam[0x80];
+ OAMObj unk[0x100];
+ u8 fill[10];
+ u8 _426;
+ u8 _427;
+ u8 _428[6];
+ u8 _42e;
+} OAMSettings;
+extern OAMSettings gUnk_03000000;
+
#endif