Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CinnabarLabFossilRoom.asm
1270 views
1
_CinnabarLabFossilRoomScientist1Text::
2
text "Hiya!"
3
4
para "I am important"
5
line "doctor!"
6
7
para "I study here rare"
8
line "#MON fossils!"
9
10
para "You! Have you a"
11
line "fossil for me?"
12
prompt
13
14
_CinnabarLabFossilRoomScientist1NoFossilsText::
15
text "No! Is too bad!"
16
done
17
18
_CinnabarLabFossilRoomScientist1GoForAWalkText::
19
text "I take a little"
20
line "time!"
21
22
para "You go for walk a"
23
line "little while!"
24
done
25
26
_CinnabarLabFossilRoomScientist1FossilIsBackToLifeText::
27
text "Where were you?"
28
29
para "Your fossil is"
30
line "back to life!"
31
32
para "It was @"
33
text_ram wStringBuffer
34
text_start
35
line "like I think!"
36
prompt
37
38
_CinnabarLabFossilRoomScientist1SeesFossilText::
39
text "Oh! That is"
40
line "@"
41
text_ram wNameBuffer
42
text "!"
43
44
para "It is fossil of"
45
line "@"
46
text_ram wStringBuffer
47
text ", a"
48
cont "#MON that is"
49
cont "already extinct!"
50
51
para "My Resurrection"
52
line "Machine will make"
53
cont "that #MON live"
54
cont "again!"
55
done
56
57
_CinnabarLabFossilRoomScientist1TakesFossilText::
58
text "So! You hurry and"
59
line "give me that!"
60
61
para "<PLAYER> handed"
62
line "over @"
63
text_ram wNameBuffer
64
text "!"
65
prompt
66
67
_CinnabarLabFossilRoomScientist1GoForAWalkText2::
68
text "I take a little"
69
line "time!"
70
71
para "You go for walk a"
72
line "little while!"
73
done
74
75
_CinnabarLabFossilRoomScientist1ComeAgainText::
76
text "Aiyah! You come"
77
line "again!"
78
done
79
80