diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-01 18:42:57 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-01 22:08:50 -0500 |
commit | 4be97b2dc691d5215ae402a345708b3e207ceb9f (patch) | |
tree | 0fdf155e65be35989307d5e9f36dbfe76bc5614c /include/union_room_battle.h | |
parent | c429e6d69c3df23687e2336039b676b8927c238e (diff) |
through sub_801A960
Diffstat (limited to 'include/union_room_battle.h')
-rw-r--r-- | include/union_room_battle.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/union_room_battle.h b/include/union_room_battle.h new file mode 100644 index 000000000..1bc9d0015 --- /dev/null +++ b/include/union_room_battle.h @@ -0,0 +1,6 @@ +#ifndef GUARD_UNION_ROOM_BATTLE_H +#define GUARD_UNION_ROOM_BATTLE_H + +u8 sub_8013C40(void); + +#endif //GUARD_UNION_ROOM_BATTLE_H |