-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathSilphCo11F.asm
135 lines (107 loc) · 2.29 KB
/
SilphCo11F.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
_SilphCo11FSilphPresidentText::
text "PRESIDENT: Thank"
line "you for saving"
cont "SILPH!"
para "I will never"
line "forget you saved"
cont "us in our moment"
cont "of peril!"
para "I have to thank"
line "you in some way!"
para "Because I am rich,"
line "I can give you"
cont "anything!"
para "Here, maybe this"
line "will do!"
prompt
_SilphCo11FSilphPresidentReceivedMasterBallText::
text "<PLAYER> got a"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_SilphCo11FSilphPresidentMasterBallDescriptionText::
text "PRESIDENT: You"
line "can't buy that"
cont "anywhere!"
para "It's our secret"
line "prototype MASTER"
cont "BALL!"
para "It will catch any"
line "#MON without"
cont "fail!"
para "You should be"
line "quiet about using"
cont "it, though."
done
_SilphCo11FSilphPresidentNoRoomText::
text "You have no"
line "room for this."
done
_SilphCo11FBeautyText::
text "SECRETARY: Thank"
line "you for rescuing"
cont "all of us!"
para "We admire your"
line "courage."
done
_SilphCo11FGiovanniText::
text "Ah <PLAYER>!"
line "So we meet again!"
para "The PRESIDENT and"
line "I are discussing"
cont "a vital business"
cont "proposition."
para "Keep your nose"
line "out of grown-up"
cont "matters..."
para "Or, experience a"
line "world of pain!"
done
_SilphCo10FGiovanniILostAgainText::
text "Arrgh!!"
line "I lost again!?"
prompt
_SilphCo11FGiovanniYouRuinedOurPlansText::
text "Blast it all!"
line "You ruined our"
cont "plans for SILPH!"
para "But, TEAM ROCKET"
line "will never fall!"
para "<PLAYER>! Never"
line "forget that all"
cont "#MON exist"
cont "for TEAM ROCKET!"
para "I must go, but I"
line "shall return!"
done
_SilphCo11FRocket1BattleText::
text "Stop right there!"
line "Don't you move!"
done
_SilphCo11FRocket1EndBattleText::
text "Don't..."
line "Please!"
prompt
_SilphCo11FRocket1AfterBattleText::
text "So, you want to"
line "see my BOSS?"
done
_SilphCo11FRocket2BattleText::
text "Halt! Do you have"
line "an appointment"
cont "with my BOSS?"
done
_SilphCo11FRocket2EndBattleText::
text "Gaah!"
line "Demolished!"
prompt
_SilphCo11FRocket2AfterBattleText::
text "Watch your step,"
line "my BOSS likes his"
cont "#MON tough!"
done
_SilphCo10FPorygonText::
text "The monitor has"
line "#MON on it!"
done