summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-04-07 13:12:06 +0300
committerTal Hayon <talhayon1@gmail.com>2022-04-07 13:12:06 +0300
commit7b23b61ace86eadb95cc37cf35429f7d7fc60f87 (patch)
tree4685bc6600ba7a9288a0cf036791c83a94408f0e /include
parentc4d18cf682acfd413201acb5b0630bb367d1298f (diff)
Match sub_080A68D4
Diffstat (limited to 'include')
-rw-r--r--include/common.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 62f3acba..4a899e72 100644
--- a/include/common.h
+++ b/include/common.h
@@ -17,6 +17,20 @@ typedef struct {
} Input;
extern Input gInput; /**< Input instance. */
+typedef struct {
+ u8 evt_type;
+ u8 entity_idx;
+ u8 _2[6];
+ u16 x;
+ u16 y;
+ u16 _c;
+ u16 _e;
+ u8 _10;
+ u8 _11;
+ u16 flag;
+} struct_080FE320;
+extern struct_080FE320 gUnk_080FE320[];
+
void LoadPalettes(const u8*, s32, s32);
/**
@@ -122,5 +136,6 @@ void sub_0801E1B8(u32, u32);
void sub_0801E738(u32);
void sub_0801DFB4(struct Entity_*, u32, u32, u32);
u32 sub_0801E00C(void);
+bool32 sub_0801E810(u32);
#endif // COMMON_H