diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-30 12:41:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-30 12:41:10 -0400 |
commit | ccac4694cd689eb023d65d7450645709ad47b3ba (patch) | |
tree | 0226734542e5baef600fecb1f824f47716fe0d12 /include/union_room.h | |
parent | 3b9275b133c875bda4f8d43fe300394d9c4cbb2a (diff) | |
parent | 35cffea9874a8b135eddade958b62ee2ecf441c1 (diff) |
Merge branch 'master' into continue_union_room
Diffstat (limited to 'include/union_room.h')
-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 |