Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CeruleanBadgeHouse.asm
1270 views
1
_CeruleanBadgeHouseMiddleAgedManText::
2
text "#MON BADGEs"
3
line "are owned only by"
4
cont "skilled trainers."
5
6
para "I see you have"
7
line "at least one."
8
9
para "Those BADGEs have"
10
line "amazing secrets!"
11
prompt
12
13
_CeruleanBadgeHouseMiddleAgedManWhichBadgeText::
14
text "Now then..."
15
16
para "Which of the 8"
17
line "BADGEs should I"
18
cont "describe?"
19
done
20
21
_CeruleanBadgeHouseMiddleAgedManVisitAnyTimeText::
22
text "Come visit me any"
23
line "time you wish."
24
done
25
26
_CeruleanBadgeHouseBoulderBadgeText::
27
text "The ATTACK of all"
28
line "#MON increases"
29
cont "a little bit."
30
31
para "It also lets you"
32
line "use FLASH any"
33
cont "time you desire."
34
prompt
35
36
_CeruleanBadgeHouseCascadeBadgeText::
37
text "#MON up to L30"
38
line "will obey you."
39
40
para "Any higher, they"
41
line "become unruly!"
42
43
para "It also lets you"
44
line "use CUT outside"
45
cont "of battle."
46
prompt
47
48
_CeruleanBadgeHouseThunderBadgeText::
49
text "The SPEED of all"
50
line "#MON increases"
51
cont "a little bit."
52
53
para "It also lets you"
54
line "use FLY outside"
55
cont "of battle."
56
prompt
57
58
_CeruleanBadgeHouseRainbowBadgeText::
59
text "#MON up to L50"
60
line "will obey you."
61
62
para "Any higher, they"
63
line "become unruly!"
64
65
para "It also lets you"
66
line "use STRENGTH out-"
67
cont "side of battle."
68
prompt
69
70
_CeruleanBadgeHouseSoulBadgeText::
71
text "The DEFENSE of all"
72
line "#MON increases"
73
cont "a little bit."
74
75
para "It also lets you"
76
line "use SURF outside"
77
cont "of battle."
78
prompt
79
80
_CeruleanBadgeHouseMarshBadgeText::
81
text "#MON up to L70"
82
line "will obey you."
83
84
para "Any higher, they"
85
line "become unruly!"
86
prompt
87
88
_CeruleanBadgeHouseVolcanoBadgeText::
89
text "Your #MON's"
90
line "SPECIAL abilities"
91
cont "increase a bit."
92
prompt
93
94
_CeruleanBadgeHouseEarthBadgeText::
95
text "All #MON will"
96
line "obey you!"
97
prompt
98
99