mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-09 10:57:40 -05:00
* initial decompilation * fix sub_80712B4 * finish decompiling start menu code * refactor * refactor some more * make some variables static * change spaces to tab
27 lines
808 B
ArmAsm
27 lines
808 B
ArmAsm
gSaveText_WouldYouLikeToSave:: @ 81C6C85
|
||
UnknownString_81C6C85: @ 81C6C85
|
||
.string "Would you like to save the game?$"
|
||
|
||
gSaveText_ThereIsAlreadyAFile:: @ 81C6CA6
|
||
UnknownString_81C6CA6: @ 81C6CA6
|
||
.string "There is already a saved file.\n"
|
||
.string "Is it okay to overwrite it?$"
|
||
|
||
gSaveText_DontTurnOff:: @ 81C6CE1
|
||
BattleTower_BattleRoom_Text_1C6CE1:: @ 81C6CE1
|
||
.string "SAVING...\n"
|
||
.string "DON’T TURN OFF THE POWER.$"
|
||
|
||
gSaveText_PlayerSavedTheGame:: @ 81C6D05
|
||
BattleTower_BattleRoom_Text_1C6D05:: @ 81C6D05
|
||
.string "{PLAYER} saved the game.$"
|
||
|
||
UnknownString_81C6D18: @ 81C6D18
|
||
.string "Save error...$"
|
||
|
||
gSaveText_ThereIsADifferentFile:: @ 81C6D26
|
||
UnknownString_81C6D26: @ 81C6D26
|
||
.string "There is a different game file that is\n"
|
||
.string "already saved.\p"
|
||
.string "Is it okay to overwrite it?$"
|