summaryrefslogtreecommitdiff
path: root/include/structures.h
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-04-23 00:13:01 +0300
committerTal Hayon <talhayon1@gmail.com>2022-04-23 03:06:56 +0300
commit5347c5ddaf6bd4acf1abdb853041e611b33973fd (patch)
tree01ffa508023a819e9950adab60c32beecc35945d /include/structures.h
parenta957ee958028e378817fadb8945e68537437200a (diff)
Add DialogType and DialogFlagType enums
Diffstat (limited to 'include/structures.h')
-rw-r--r--include/structures.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/structures.h b/include/structures.h
index 0f77cac0..88798071 100644
--- a/include/structures.h
+++ b/include/structures.h
@@ -175,20 +175,6 @@ typedef struct {
} struct_02034480;
extern struct_02034480 gUnk_02034480;
-typedef struct {
- u32 flag : 12;
- u32 flagType : 4;
- u32 type : 4;
- u32 unk : 1;
- union {
- struct {
- u16 a;
- u16 b;
- } indices;
- void (*func)(Entity* e);
- } data;
-} Dialog;
-
extern u16 gBG0Buffer[0x400];
extern u16 gBG1Buffer[0x400];
extern u16 gBG2Buffer[0x400];