pokefirered/data/text/save.inc
cawtds c2e0ab5d73
Rtc implementation (#5)
added RTC and fixed time based evolutions
2024-05-05 14:20:30 +02:00

27 lines
778 B
PHP

gText_WouldYouLikeToSaveTheGame::
.string "Would you like to save the game?$"
gText_AlreadySaveFile_WouldLikeToOverwrite::
.string "There is already a saved file.\n"
.string "Is it okay to overwrite it?$"
gText_SavingDontTurnOffThePower::
.string "SAVING…\n"
.string "DON'T TURN OFF THE POWER.$"
gText_PlayerSavedTheGame::
.string "{PLAYER} saved the game.$"
gText_SaveFailed2::
.string "Save failed…$"
gText_DifferentGameFile::
.string "WARNING!\p"
.string "There is a different game file that\n"
.string "is already saved.\p"
.string "If you save now, the other file's\n"
.string "adventure, including items and\l"
.string "POKéMON, will be entirely lost.\p"
.string "Are you sure you want to save now\n"
.string "and overwrite the other save file?$"