Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CeladonMartRoof.asm
1270 views
1
_CeladonMartRoofLittleGirlGiveHerWhichDrinkText::
2
text "Give her which"
3
line "drink?"
4
done
5
6
_CeladonMartRoofLittleGirlYayFreshWaterText::
7
text "Yay!"
8
9
para "FRESH WATER!"
10
11
para "Thank you!"
12
13
para "You can have this"
14
line "from me!@"
15
text_end
16
17
_CeladonMartRoofLittleGirlReceivedTM13Text::
18
text "<PLAYER> received"
19
line "@"
20
text_ram wStringBuffer
21
text "!@"
22
text_end
23
24
_CeladonMartRoofLittleGirlTM13ExplanationText::
25
text_start
26
27
para "@"
28
text_ram wStringBuffer
29
text " contains"
30
line "ICE BEAM!"
31
32
para "It can freeze the"
33
line "target sometimes!@"
34
text_end
35
36
_CeladonMartRoofLittleGirlYaySodaPopText::
37
text "Yay!"
38
39
para "SODA POP!"
40
41
para "Thank you!"
42
43
para "You can have this"
44
line "from me!@"
45
text_end
46
47
_CeladonMartRoofLittleGirlReceivedTM48Text::
48
text "<PLAYER> received"
49
line "@"
50
text_ram wStringBuffer
51
text "!@"
52
text_end
53
54
_CeladonMartRoofLittleGirlTM48ExplanationText::
55
text_start
56
57
para "@"
58
text_ram wStringBuffer
59
text " contains"
60
line "ROCK SLIDE!"
61
62
para "It can spook the"
63
line "target sometimes!@"
64
text_end
65
66
_CeladonMartRoofLittleGirlYayLemonadeText::
67
text "Yay!"
68
69
para "LEMONADE!"
70
71
para "Thank you!"
72
73
para "You can have this"
74
line "from me!@"
75
text_end
76
77
_CeladonMartRoofLittleGirlReceivedTM49Text::
78
text "<PLAYER> received"
79
line "TM49!@"
80
text_end
81
82
_CeladonMartRoofLittleGirlTM49ExplanationText::
83
text_start
84
85
para "TM49 contains"
86
line "TRI ATTACK!@"
87
text_end
88
89
_CeladonMartRoofLittleGirlNoRoomText::
90
text "You don't have"
91
line "space for this!@"
92
text_end
93
94
_CeladonMartRoofLittleGirlImNotThirstyText::
95
text "No thank you!"
96
line "I'm not thirsty"
97
cont "after all!@"
98
text_end
99
100
_CeladonMartRoofSuperNerdText::
101
text "My sister is a"
102
line "trainer, believe"
103
cont "it or not."
104
105
para "But, she's so"
106
line "immature, she"
107
cont "drives me nuts!"
108
done
109
110
_CeladonMartRoofLittleGirlImThirstyText::
111
text "I'm thirsty!"
112
line "I want something"
113
cont "to drink!"
114
done
115
116
_CeladonMartRoofLittleGirlGiveHerADrinkText::
117
text "I'm thirsty!"
118
line "I want something"
119
cont "to drink!"
120
121
para "Give her a drink?"
122
done
123
124
_CeladonMartRoofCurrentFloorSignText::
125
text "ROOFTOP SQUARE:"
126
line "VENDING MACHINES"
127
done
128
129
_VendingMachineText1::
130
text "A vending machine!"
131
line "Here's the menu!"
132
prompt
133
134
_VendingMachineText4::
135
text "Oops, not enough"
136
line "money!"
137
done
138
139
_VendingMachineText5::
140
text_ram wStringBuffer
141
text_start
142
line "popped out!"
143
done
144
145
_VendingMachineText6::
146
text "There's no more"
147
line "room for stuff!"
148
done
149
150
_VendingMachineText7::
151
text "Not thirsty!"
152
done
153
154