blob: 75aa60039a7a82bb0bc5c41685e7e963ba81fa0a (
plain)
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
|
_SilphCo10Text_5a1d3:: ; 84d8d (21:4d8d)
text "Waaaaa!"
cont "I'm scared!"
done
_SilphCo10Text_5a1d8:: ; 84da1 (21:4da1)
text "Please keep quiet"
line "about my crying!"
done
_SilphCo10BattleText1:: ; 84dc5 (21:4dc5)
text "Welcome to the"
line "10F! So good of"
cont "you to join me!"
done
_SilphCo10EndBattleText1:: ; 84df5 (21:4df5)
text "I'm"
line "stunned!"
prompt
_SilphCo10AfterBattleText1:: ; 84e02 (21:4e02)
text "Nice try, but the"
line "boardroom is up"
cont "one more floor!"
done
_SilphCo10BattleText2:: ; 84e35 (21:4e35)
text "Enough of your"
line "silly games!"
done
_SilphCo10EndBattleText2:: ; 84e52 (21:4e52)
text "No"
line "continues left!"
prompt
_SilphCo10AfterBattleText2:: ; 84e66 (21:4e66)
text "Are you satisfied"
line "with beating me?"
cont "Then go on home!"
done
IF DEF(_YELLOW)
_SilphCoJessieJamesText1::
text "Hold it right"
line "there, brat!@@"
_SilphCoJessieJamesText2::
text "Our BOSS is in a"
line "meeting!"
para "You better not"
line "disturb him!"
done
_SilphCoJessieJamesText3::
text "Like"
line "always..."
prompt
_SilphCoJessieJamesText4::
text "TEAM ROCKET, blast"
line "off at the speed"
cont "of light!"
para "Again...@@"
ENDC
|