aboutsummaryrefslogtreecommitdiffstats
path: root/text/CeladonMartRoof.asm
blob: 7281b529ca22e9e315b224c0432ea64c59969621 (plain) (blame)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
_CeladonMartRoofLittleGirlGiveHerWhichDrinkText::
	text "Give her which"
	line "drink?"
	done

_CeladonMartRoofLittleGirlYayFreshWaterText::
	text "Yay!"

	para "FRESH WATER!"

	para "Thank you!"

	para "You can have this"
	line "from me!@"
	text_end

_CeladonMartRoofLittleGirlReceivedTM13Text::
	text "<PLAYER> received"
	line "@"
	text_ram wStringBuffer
	text "!@"
	text_end

_CeladonMartRoofLittleGirlTM13ExplanationText::
	text_start

	para "@"
	text_ram wStringBuffer
	text " contains"
	line "ICE BEAM!"

	para "It can freeze the"
	line "target sometimes!@"
	text_end

_CeladonMartRoofLittleGirlYaySodaPopText::
	text "Yay!"

	para "SODA POP!"

	para "Thank you!"

	para "You can have this"
	line "from me!@"
	text_end

_CeladonMartRoofLittleGirlReceivedTM48Text::
	text "<PLAYER> received"
	line "@"
	text_ram wStringBuffer
	text "!@"
	text_end

_CeladonMartRoofLittleGirlTM48ExplanationText::
	text_start

	para "@"
	text_ram wStringBuffer
	text " contains"
	line "ROCK SLIDE!@"
	text_end

_CeladonMartRoofLittleGirlYayLemonadeText::
	text "Yay!"

	para "LEMONADE!"

	para "Thank you!"

	para "You can have this"
	line "from me!@"
	text_end

_CeladonMartRoofLittleGirlReceivedTM49Text::
	text "<PLAYER> received"
	line "TM49!@"
	text_end

_CeladonMartRoofLittleGirlTM49ExplanationText::
	text_start

	para "TM49 contains"
	line "TRI ATTACK!@"
	text_end

_CeladonMartRoofLittleGirlNoRoomText::
	text "You don't have"
	line "space for this!@"
	text_end

_CeladonMartRoofLittleGirlImNotThirstyText::
	text "No thank you!"
	line "I'm not thirsty"
	cont "after all!@"
	text_end

_CeladonMartRoofSuperNerdText::
	text "My sister is a"
	line "trainer, believe"
	cont "it or not."

	para "But, she's so"
	line "immature, she"
	cont "drives me nuts!"
	done

_CeladonMartRoofLittleGirlImThirstyText::
	text "I'm thirsty!"
	line "I want something"
	cont "to drink!"
	done

_CeladonMartRoofLittleGirlGiveHerADrinkText::
	text "I'm thirsty!"
	line "I want something"
	cont "to drink!"

	para "Give her a drink?"
	done

_CeladonMartRoofCurrentFloorSignText::
	text "ROOFTOP SQUARE:"
	line "VENDING MACHINES"
	done

_VendingMachineText1::
	text "A vending machine!"
	line "Here's the menu!"
	prompt

_VendingMachineText4::
	text "Oops, not enough"
	line "money!"
	done

_VendingMachineText5::
	text_ram wStringBuffer
	text_start
	line "popped out!"
	done

_VendingMachineText6::
	text "There's no more"
	line "room for stuff!"
	done

_VendingMachineText7::
	text "Not thirsty!"
	done