mirror of
https://github.com/pret/pokeyellow.git
synced 2024-12-02 07:57:11 +00:00
57 lines
811 B
NASM
57 lines
811 B
NASM
_FileDataDestroyedText::
|
|
text "The file data is"
|
|
line "destroyed!"
|
|
prompt
|
|
|
|
_WouldYouLikeToSaveText::
|
|
text "Would you like to"
|
|
line "SAVE the game?"
|
|
done
|
|
|
|
_SavingText::
|
|
text "Saving..."
|
|
done
|
|
|
|
_GameSavedText::
|
|
text "<PLAYER> saved"
|
|
line "the game!"
|
|
done
|
|
|
|
_OlderFileWillBeErasedText::
|
|
text "The older file"
|
|
line "will be erased to"
|
|
cont "save. Okay?"
|
|
done
|
|
|
|
_WhenYouChangeBoxText::
|
|
text "When you change a"
|
|
line "#MON BOX, data"
|
|
cont "will be saved."
|
|
|
|
para "Is that okay?"
|
|
done
|
|
|
|
_ChooseABoxText::
|
|
text "Choose a"
|
|
line "<PKMN> BOX.@"
|
|
text_end
|
|
|
|
_EvolvedText::
|
|
text_ram wStringBuffer
|
|
text " evolved"
|
|
done
|
|
|
|
_IntoText::
|
|
text_start
|
|
line "into @"
|
|
text_ram wNameBuffer
|
|
text "!"
|
|
done
|
|
|
|
_StoppedEvolvingText::
|
|
text "Huh? @"
|
|
text_ram wStringBuffer
|
|
text_start
|
|
line "stopped evolving!"
|
|
prompt
|