diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-25 08:52:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-25 08:52:18 -0500 |
commit | c99246fccfc6f04f015d0b5b2850fa7d01914961 (patch) | |
tree | 9379004c61a5beda3d896ed91305e8326879fbab /include | |
parent | 70e7f464cafb9173aef2eb0a8a7b47bc90238f09 (diff) |
through sub_81298F8
Diffstat (limited to 'include')
-rw-r--r-- | include/link_rfu.h | 2 | ||||
-rw-r--r-- | include/strings.h | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/include/link_rfu.h b/include/link_rfu.h index 9dac781b3..8e4da4d87 100644 --- a/include/link_rfu.h +++ b/include/link_rfu.h @@ -327,6 +327,8 @@ bool8 sub_80FCC3C(struct GFtgtGname *gname, u8 *uname, u8 idx); bool8 sub_80FCCF4(struct GFtgtGname *gname, u8 *uname, u8 idx); bool32 sub_80FBA1C(void); void sub_80FA4A8(void); +void sub_80FB9D0(void); +void sub_80FB030(u32 a0); #include "mevent_server.h" extern const struct mevent_server_cmd gMEventSrvScript_OtherTrainerCanceled[]; diff --git a/include/strings.h b/include/strings.h index a57493a9b..81cbc63c1 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1061,4 +1061,18 @@ extern const u8 gText_CommStandbyAwaitingOtherPlayer[]; extern const u8 gText_RefusedBattle[]; extern const u8 gText_BattleWasRefused[]; +// union_room_chat +extern const u8 gText_F700JoinedChat[]; +extern const u8 gText_F700LeftChat[]; +extern const u8 gText_Hello[]; +extern const u8 gText_Pokemon2[]; +extern const u8 gText_Trade[]; +extern const u8 gText_Battle[]; +extern const u8 gText_Lets[]; +extern const u8 gText_Ok[]; +extern const u8 gText_Sorry[]; +extern const u8 gText_YaySmileEmoji[]; +extern const u8 gText_ThankYou[]; +extern const u8 gText_ByeBye[]; + #endif //GUARD_STRINGS_H |