diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-19 14:46:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 14:46:52 -0500 |
commit | 57cf3a4bfb521e8a5ea4c85744b4789ea7d38215 (patch) | |
tree | 184f018f38dfe3d9f2573a4fa9e362560d257cb8 /include/strings.h | |
parent | c51c7a5ea4c2cf856b0223ae826f3096aa828ab8 (diff) | |
parent | c0b6148640c163c1314c5496c9d454cf176e267d (diff) |
Merge pull request #259 from PikalaxALT/pokemon_jump
Pokemon jump
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index d468af4f3..8c19ea5cb 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1126,4 +1126,19 @@ extern const u8 gJPText_NewTrainerHasComeToSevii[]; extern const u8 gJPText_PleaseWaitAMoment[]; extern const u8 gJPText_WriteErrorUnableToSaveData[]; +// pokemon_jump +extern const u8 gText_WantToPlayAgain2[]; +extern const u8 gText_SavingDontTurnOffPower[]; +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[]; +extern const u8 gText_SpacePoints2[]; +extern const u8 gText_SpaceTimes3[]; +extern const u8 gText_JumpsInARow[]; +extern const u8 gText_BestScore2[]; +extern const u8 gText_ExcellentsInARow[]; +extern const u8 gText_PkmnJumpRecords[]; + #endif //GUARD_STRINGS_H |