diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-28 21:03:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 21:03:06 -0700 |
commit | c3572de5bb5173b12a8aa5a0ddbfa766bf037c67 (patch) | |
tree | 92d522cdfc07fbb62712b3f16c657dc13762ff77 /include/strings.h | |
parent | 2ecbe252a29b9d58bfd2df82c01f94be7b69a7b0 (diff) | |
parent | 3f4c717d5cdc8eccd66fea3b4c8bcb7c827aeb34 (diff) |
Merge pull request #232 from HrPeanut/start_menu
Start menu
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index ceb994900..cb76279f8 100644 --- a/include/strings.h +++ b/include/strings.h @@ -197,6 +197,23 @@ extern const u8 gText_Peak[]; extern const u8 gText_SafariBallStock[]; extern const u8 gText_BattlePyramidFloor[]; +// save menu texts +extern const u8 gText_ConfirmSave[]; +extern const u8 gText_DifferentSaveFile[]; +extern const u8 gText_AlreadySavedFile[]; +extern const u8 gText_SavingDontTurnOff[]; +extern const u8 gText_PlayerSavedGame[]; +extern const u8 gText_SaveError[]; +extern const u8 gText_SavingDontTurnOffPower[]; +extern const u8 gText_SavingPlayer[]; +extern const u8 gText_SavingBadges[]; +extern const u8 gText_SavingPokedex[]; +extern const u8 gText_SavingTime[]; + +// Battle pyramid menu texts +extern const u8 gText_BattlePyramidConfirmRest[]; +extern const u8 gText_BattlePyramidConfirmRetire[]; + // option menu texts extern const u8 gText_TextSpeedSlow[]; extern const u8 gText_TextSpeedMid[]; |