diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-04 19:15:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 19:15:40 -0700 |
commit | 83ea8d0cd9f8141181d09718c79b8916df945752 (patch) | |
tree | 7487b983c8205a97832831b6b6b06cf60534f65a /include/strings.h | |
parent | cdb5e9e3143b2f1086d8bd4f02a76186c164d02a (diff) | |
parent | 58200616d55798002046e67a656f5295834455ec (diff) |
Merge pull request #243 from PikalaxALT/trader
Port trader from Ruby
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 d8b76a998..f61dd5319 100644 --- a/include/strings.h +++ b/include/strings.h @@ -433,6 +433,12 @@ extern const u8 gText_TooImportantToToss[]; extern const u8 gText_ConfirmTossItems[]; extern const u8 gText_MoveVar1Where[]; +extern const u8 gText_Tristan[]; +extern const u8 gText_Philip[]; +extern const u8 gText_Dennis[]; +extern const u8 gText_Roberto[]; +extern const u8 gText_FiveMarks[]; + extern const u8 gText_TotalRecordWLD[]; extern const u8 gText_PlayersBattleResults[]; extern const u8 gText_WinLoseDraw[]; |