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 | |
parent | c429e6d69c3df23687e2336039b676b8927c238e (diff) |
through sub_801A960
Diffstat (limited to 'include')
-rw-r--r-- | include/strings.h | 5 | ||||
-rw-r--r-- | include/union_room_battle.h | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 1561da26d..99c9ce73c 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2672,5 +2672,10 @@ extern const u8 gText_CommunicationCompleted[]; extern const u8 gText_HaventReceivedGiftOkayToDiscard[]; extern const u8 gText_SendingWonderCard[]; extern const u8 gText_SendingWonderNews[]; +extern const u8 gText_WirelessCommStatus[]; +extern const u8 gText_PeopleTrading[]; +extern const u8 gText_PeopleBattling[]; +extern const u8 gText_PeopleInUnionRoom[]; +extern const u8 gText_PeopleCommunicating[]; #endif // GUARD_STRINGS_H 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 |