Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CinnabarLabMetronomeRoom.asm
1270 views
1
_CinnabarLabMetronomeRoomScientist1Text::
2
text "Tch-tch-tch!"
3
line "I made a cool TM!"
4
5
para "It can cause all"
6
line "kinds of fun!"
7
prompt
8
9
_CinnabarLabMetronomeRoomScientist1ReceivedTM35Text::
10
text "<PLAYER> received "
11
line "@"
12
text_ram wStringBuffer
13
text "!@"
14
text_end
15
16
_CinnabarLabMetronomeRoomScientist1TM35ExplanationText::
17
text "Tch-tch-tch!"
18
line "That's the sound"
19
cont "of a METRONOME!"
20
21
para "It tweaks your"
22
line "#MON's brain"
23
cont "into using moves"
24
cont "it doesn't know!"
25
done
26
27
_CinnabarLabMetronomeRoomScientist1TM35NoRoomText::
28
text "Your pack is"
29
line "crammed full!"
30
done
31
32
_CinnabarLabMetronomeRoomScientist2Text::
33
text "EEVEE can evolve"
34
line "into 1 of 3 kinds"
35
cont "of #MON."
36
done
37
38
_CinnabarLabMetronomeRoomPCText::
39
text "There's an e-mail"
40
line "message!"
41
42
para "..."
43
44
para "The 3 legendary"
45
line "bird #MON are"
46
cont "ARTICUNO, ZAPDOS"
47
cont "and MOLTRES."
48
49
para "Their whereabouts"
50
line "are unknown."
51
52
para "We plan to explore"
53
line "the cavern close"
54
cont "to CERULEAN."
55
56
para "From: #MON"
57
line "RESEARCH TEAM"
58
59
para "..."
60
done
61
62
_CinnabarLabMetronomeRoomAmberPipeText::
63
text "An amber pipe!"
64
done
65
66