Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/FuchsiaCity.asm
1270 views
1
_FuchsiaCityYoungster1Text::
2
text "Did you try the"
3
line "SAFARI GAME? Some"
4
cont "#MON can only"
5
cont "be caught there."
6
done
7
8
_FuchsiaCityGamblerText::
9
text "SAFARI ZONE has a"
10
line "zoo in front of"
11
cont "the entrance."
12
13
para "Out back is the"
14
line "SAFARI GAME for"
15
cont "catching #MON."
16
done
17
18
_FuchsiaCityErikText::
19
text "ERIK: Where's"
20
line "SARA? I said I'd"
21
cont "meet her here."
22
done
23
24
_FuchsiaCityYoungster2Text::
25
text "That item ball in"
26
line "there is really a"
27
cont "#MON."
28
done
29
30
_FuchsiaCityPokemonText::
31
text "!"
32
done
33
34
_FuchsiaCitySignText::
35
text "FUCHSIA CITY"
36
line "Behold! It's"
37
cont "Passion Pink!"
38
done
39
40
_FuchsiaCitySafariGameSignText::
41
text "SAFARI GAME"
42
line "#MON-U-CATCH!"
43
done
44
45
_FuchsiaCityWardensHomeSignText::
46
text "SAFARI ZONE"
47
line "WARDEN's HOME"
48
done
49
50
_FuchsiaCitySafariZoneSignText::
51
text "#MON PARADISE"
52
line "SAFARI ZONE"
53
done
54
55
_FuchsiaCityGymSignText::
56
text "FUCHSIA CITY"
57
line "#MON GYM"
58
cont "LEADER: KOGA"
59
60
para "The Poisonous"
61
line "Ninja Master"
62
done
63
64
_FuchsiaCityChanseySignText::
65
text "Name: CHANSEY"
66
67
para "Catching one is"
68
line "all up to chance."
69
prompt
70
71
_FuchsiaCityVoltorbSignText::
72
text "Name: VOLTORB"
73
74
para "The very image of"
75
line "a # BALL."
76
prompt
77
78
_FuchsiaCityKangaskhanSignText::
79
text "Name: KANGASKHAN"
80
81
para "A maternal #MON"
82
line "that raises its"
83
cont "young in a pouch"
84
cont "on its belly."
85
prompt
86
87
_FuchsiaCitySlowpokeSignText::
88
text "Name: SLOWPOKE"
89
90
para "Friendly and very"
91
line "slow moving."
92
prompt
93
94
_FuchsiaCityLaprasSignText::
95
text "Name: LAPRAS"
96
97
para "A.K.A. the king"
98
line "of the seas."
99
prompt
100
101
_FuchsiaCityFossilSignOmanyteText::
102
text "Name: OMANYTE"
103
104
para "A #MON that"
105
line "was resurrected"
106
cont "from a fossil."
107
prompt
108
109
_FuchsiaCityFossilSignKabutoText::
110
text "Name: KABUTO"
111
112
para "A #MON that"
113
line "was resurrected"
114
cont "from a fossil."
115
prompt
116
117
_FuchsiaCityFossilSignUndeterminedText::
118
text "..."
119
done
120
121