diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-26 23:41:05 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-03-28 07:32:25 -0500 |
| commit | 7c45a7c443fc5fcc0cf254527049004e14724150 (patch) | |
| tree | 1ec154b977281266e63c830faf764f3b41eece93 /include | |
| parent | 5dd653a89e05708946bf0e994a85f2ceed1510c1 (diff) | |
port mevent_801BAAC from fire red
Diffstat (limited to 'include')
| -rw-r--r-- | include/union_room.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/union_room.h b/include/union_room.h new file mode 100644 index 000000000..7634e4763 --- /dev/null +++ b/include/union_room.h @@ -0,0 +1,9 @@ +#ifndef GUARD_UNION_ROOM_H +#define GUARD_UNION_ROOM_H + +extern bool8 gUnknown_02022C60; + +void sub_8018798(u8); +void sub_80186EC(bool8, bool32); + +#endif //GUARD_UNION_ROOM_H |
