From ec192a8fa80c389c67878d3da9f9faeb07b1451f Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Thu, 7 Jan 2021 16:10:24 -0600 Subject: 5% wooo --- include/event_flag.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/event_flag.h (limited to 'include/event_flag.h') diff --git a/include/event_flag.h b/include/event_flag.h new file mode 100644 index 0000000..c9bab15 --- /dev/null +++ b/include/event_flag.h @@ -0,0 +1,13 @@ +struct UnkEventStruct +{ + /* 0x0 */ s16 *unk0; + /* 0x4 */ u32 *unk4; +}; + + +bool8 sub_80026CC(s16 r0); +void sub_80026E8(s16 r0); +bool8 sub_8002700(void *r0); +bool8 sub_8002718(u8 *r0); +void sub_8002758(u32 *r0); +u8 sub_800276C(void); -- cgit v1.2.3