-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathRockTunnel1F.asm
115 lines (94 loc) · 2.01 KB
/
RockTunnel1F.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
_RockTunnel1FHiker1BattleText::
text "This tunnel goes"
line "a long way, kid!"
done
_RockTunnel1FHiker1EndBattleText::
text "Doh!"
line "You win!"
prompt
_RockTunnel1FHiker1AfterBattleText::
text "Watch for ONIX!"
line "It can put the"
cont "squeeze on you!"
done
_RockTunnel1FHiker2BattleText::
text "Hmm. Maybe I'm"
line "lost in here..."
done
_RockTunnel1FHiker2EndBattleText::
text "Ease up!"
line "What am I doing?"
cont "Which way is out?"
prompt
_RockTunnel1FHiker2AfterBattleText::
text "That sleeping"
line "#MON on ROUTE"
cont "12 forced me to"
cont "take this detour."
done
_RockTunnel1FHiker3BattleText::
text "Outsiders like"
line "you need to show"
cont "me some respect!"
done
_RockTunnel1FHiker3EndBattleText::
text "I give!"
prompt
_RockTunnel1FHiker3AfterBattleText::
text "You're talented"
line "enough to hike!"
done
_RockTunnel1FSuperNerdBattleText::
text "#MON fight!"
line "Ready, go!"
done
_RockTunnel1FSuperNerdEndBattleText::
text "Game"
line "over!"
prompt
_RockTunnel1FSuperNerdAfterBattleText::
text "Oh well, I'll get"
line "a ZUBAT as I go!"
done
_RockTunnel1FCooltrainerF1BattleText::
text "Eek! Don't try"
line "anything funny in"
cont "the dark!"
done
_RockTunnel1FCooltrainerF1EndBattleText::
text "It"
line "was too dark!"
prompt
_RockTunnel1FCooltrainerF1AfterBattleText::
text "I saw a MACHOP"
line "in this tunnel!"
done
_RockTunnel1FCooltrainerF2BattleText::
text "I came this far"
line "for #MON!"
done
_RockTunnel1FCooltrainerF2EndBattleText::
text "I'm"
line "out of #MON!"
prompt
_RockTunnel1FCooltrainerF2AfterBattleText::
text "You looked cute"
line "and harmless!"
done
_RockTunnel1FCooltrainerF3BattleText::
text "You have #MON!"
line "Let's start!"
done
_RockTunnel1FCooltrainerF3EndBattleText::
text "You"
line "play hard!"
prompt
_RockTunnel1FCooltrainerF3AfterBattleText::
text "Whew! I'm all"
line "sweaty now!"
done
_RockTunnel1FSignText::
text "ROCK TUNNEL"
line "CERULEAN CITY -"
cont "LAVENDER TOWN"
done