-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathSilphCo5F_2.asm
55 lines (44 loc) · 915 Bytes
/
SilphCo5F_2.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
_SilphCo5FRockerEndBattleText::
text "Oh"
line "goodness!"
prompt
_SilphCo5FRockerAfterBattleText::
text "You're only on 5F."
line "It's a long way"
cont "to my BOSS!"
done
_SilphCo5FRocket2BattleText::
text "Show TEAM ROCKET"
line "a little respect!"
done
_SilphCo5FRocket2EndBattleText::
text "Cough..."
line "Cough..."
prompt
_SilphCo5FRocket2AfterBattleText::
text "Which reminds me."
para "KOFFING evolves"
line "into WEEZING!"
done
_SilphCo5FPokemonReport1Text::
text "It's a #MON"
line "REPORT!"
para "#MON LAB"
line "created PORYGON,"
cont "the first virtual"
cont "reality #MON."
done
_SilphCo5FPokemonReport2Text::
text "It's a #MON"
line "REPORT!"
para "Over 160 #MON"
line "techniques have"
cont "been confirmed."
done
_SilphCo5FPokemonReport3Text::
text "It's a #MON"
line "REPORT!"
para "4 #MON evolve"
line "only when traded"
cont "by link-cable."
done