blob: 4c3d6a9c929f8cc53f9bfa8e82abee163e60b3bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
_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 wcf4b
text " evolved"
done
_IntoText::
text_start
line "into @"
text_ram wcd6d
text "!"
done
_StoppedEvolvingText::
text "Huh? @"
text_ram wcf4b
text_start
line "stopped evolving!"
prompt
|