diff options
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); |