diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-03 10:35:46 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-07-09 16:39:29 -0500 |
commit | 11fb13d63585cf92ab9490f75c115eed0da025ad (patch) | |
tree | 39ac32e8e13b3cd75a9058c5526a98ccc4915c33 /include/strings.h | |
parent | 81b84503fac74d58fd15808764e1516046c37fb9 (diff) |
Some pokemon jump work
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index f30e82321..e373a5660 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2708,6 +2708,14 @@ extern const u8 gText_Symbols[]; extern const u8 gText_Register2[]; extern const u8 gText_Exit2[]; +// Pokemon jump +extern const u8 gText_WantToPlayAgain2[]; +extern const u8 gText_SomeoneDroppedOut2[]; +extern const u8 gText_CommunicationStandby4[]; +extern const u8 gText_AwesomeWonF701F700[]; +extern const u8 gText_FilledStorageSpace2[]; +extern const u8 gText_CantHoldMore[]; + // Pokenav Match Call extern const u8 gText_CallCantBeMadeHere[]; extern const u8 gText_NumberRegistered[]; |