diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-12-28 02:11:41 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-12-28 02:11:41 -0600 |
commit | 9cad5e8197c797c1aa6382c7143f48a73250d0f8 (patch) | |
tree | 0c7265a291794af42c1b4bf8247756b83ab8228c /include/strings.h | |
parent | 5691a676293c3b7e5ab01d88eb03552d175a70f3 (diff) |
Big switch mofo
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 64222cddb..528990bfe 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1984,4 +1984,10 @@ extern const u8 gText_EggCantBeTradedNow[]; extern const u8 gText_OtherTrainerCantAcceptPkmn[]; extern const u8 gText_CantTradeWithTrainer[]; +// trade +extern const u8 gText_XWillBeSentToY[]; +extern const u8 gText_ByeByeVar1[]; +extern const u8 gText_XSentOverY[]; +extern const u8 gText_TakeGoodCareOfX[]; + #endif //GUARD_STRINGS_H |