-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathSilphCo6F.asm
107 lines (88 loc) · 1.91 KB
/
SilphCo6F.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
_SilphCo6FSilphWorkerM1TookOverTheBuildingText::
text "The ROCKETs came"
line "and took over the"
cont "building!"
done
_SilphCo6FSilphWorkerM1BackToWorkText::
text "Well, better get"
line "back to work!"
done
_SilphCo6FSilphWorkerMHelpMePleaseText::
text "Oh dear, oh dear."
line "Help me please!"
done
_SilphCo6FSilphWorkerMWeGotEngagedText::
text "We got engaged!"
line "Heheh!"
done
_SilphCo6FSilphWorkerF1SuchACowardText::
text "Look at him! He's"
line "such a coward!"
done
_SilphCo6FSilphWorkerF1HaveToMarryHimText::
text "I feel so sorry"
line "for him, I have"
cont "to marry him!"
done
_SilphCo6FSilphWorkerF2TeamRocketConquerWorldText::
text "TEAM ROCKET is"
line "trying to conquer"
cont "the world with"
cont "#MON!"
done
_SilphCo6FSilphWorkerF2TeamRocketRanText::
text "TEAM ROCKET ran"
line "because of you!"
done
_SilphCo6FSilphWorkerM3TargetedSilphText::
text "They must have"
line "targeted SILPH"
cont "for our #MON"
cont "products."
done
_SilphCo6FSilphWorkerM3WorkForSilphText::
text "Come work for"
line "SILPH when you"
cont "get older!"
done
_SilphCo6FRocket1BattleText::
text "I am one of the 4"
line "ROCKET BROTHERS!"
done
_SilphCo6FRocket1EndBattleText::
text "Flame"
line "out!"
prompt
_SilphCo6FRocket1AfterBattleText::
text "No matter!"
line "My brothers will"
cont "avenge me!"
done
_SilphCo6FScientistBattleText::
text "That rotten"
line "PRESIDENT!"
para "He shouldn't have"
line "sent me to the"
cont "TIKSI BRANCH!"
done
_SilphCo6FScientistEndBattleText::
text "Shoot!"
prompt
_SilphCo6FScientistAfterBattleText::
text "TIKSI BRANCH?"
line "It's in Russian"
cont "no man's land!"
done
_SilphCo6FRocket2BattleText::
text "You dare betray"
line "TEAM ROCKET?"
done
_SilphCo6FRocket2EndBattleText::
text "You"
line "traitor!"
prompt
_SilphCo6FRocket2AfterBattleText::
text "If you stand for"
line "justice, you"
cont "betray evil!"
done