forked from pret/pokered
-
Notifications
You must be signed in to change notification settings - Fork 2
/
SilphCo2F.asm
97 lines (79 loc) · 1.48 KB
/
SilphCo2F.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
_SilphCo2Text_59ded::
text "Eeek!"
line "No! Stop! Help!"
para "Oh, you're not"
line "with TEAM ROCKET."
cont "I thought..."
cont "I'm sorry. Here,"
cont "please take this!"
prompt
_ReceivedTM36Text::
text "<PLAYER> got"
line "@"
text_ram wcf4b
text "!@"
text_end
_TM36ExplanationText::
text "TM36 is"
line "SELFDESTRUCT!"
para "It's powerful, but"
line "the #MON that"
cont "uses it faints!"
cont "Be careful."
done
_TM36NoRoomText::
text "You don't have any"
line "room for this."
done
_SilphCo2BattleText1::
text "Help! I'm a SILPH"
line "employee."
done
_SilphCo2EndBattleText1::
text "How"
line "did you know I"
cont "was a ROCKET?"
prompt
_SilphCo2AfterBattleText1::
text "I work for both"
line "SILPH and TEAM"
cont "ROCKET!"
done
_SilphCo2BattleText2::
text "It's off limits"
line "here! Go home!"
done
_SilphCo2EndBattleText2::
text "You're"
line "good."
prompt
_SilphCo2AfterBattleText2::
text "Can you solve the"
line "maze in here?"
done
_SilphCo2BattleText3::
text "No kids are"
line "allowed in here!"
done
_SilphCo2EndBattleText3::
text "Tough!"
prompt
_SilphCo2AfterBattleText3::
text "Diamond shaped"
line "tiles are"
cont "teleport blocks!"
para "They're hi-tech"
line "transporters!"
done
_SilphCo2BattleText4::
text "Hey kid! What are"
line "you doing here?"
done
_SilphCo2EndBattleText4::
text "I goofed!"
prompt
_SilphCo2AfterBattleText4::
text "SILPH CO. will"
line "be merged with"
cont "TEAM ROCKET!"
done