diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-07 16:10:24 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-01-09 10:33:29 -0600 |
commit | ec192a8fa80c389c67878d3da9f9faeb07b1451f (patch) | |
tree | ce0ee74fdae92286e4ae091196bb5044c6a1f768 /include/event_flag.h | |
parent | 469212f7ee42d04e3160d357ed1f088f12edd391 (diff) |
5% wooo
Diffstat (limited to 'include/event_flag.h')
-rw-r--r-- | include/event_flag.h | 13 |
1 files changed, 13 insertions, 0 deletions
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); |