Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CinnabarIsland.asm
1270 views
1
_CinnabarIslandDoorIsLockedText::
2
text "The door is"
3
line "locked..."
4
done
5
6
_CinnabarIslandGirlText::
7
text "CINNABAR GYM's"
8
line "BLAINE is an odd"
9
cont "man who has lived"
10
cont "here for decades."
11
done
12
13
_CinnabarIslandGamblerText::
14
text "Scientists conduct"
15
line "experiments in"
16
cont "the burned out"
17
cont "building."
18
done
19
20
_CinnabarIslandSignText::
21
text "CINNABAR ISLAND"
22
line "The Fiery Town of"
23
cont "Burning Desire"
24
done
25
26
_CinnabarIslandPokemonLabSignText::
27
text "#MON LAB"
28
done
29
30
_CinnabarIslandGymSignText::
31
text "CINNABAR ISLAND"
32
line "#MON GYM"
33
cont "LEADER: BLAINE"
34
35
para "The Hot-Headed"
36
line "Quiz Master!"
37
done
38
39