-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathRoute10.asm
108 lines (89 loc) · 1.83 KB
/
Route10.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
_Route10SuperNerd1BattleText::
text "Wow, are you a"
line "#MANIAC too?"
cont "Want to see my"
cont "collection?"
done
_Route10SuperNerd1EndBattleText::
text "Humph."
line "I'm not angry!"
prompt
_Route10SuperNerd1AfterBattleText::
text "I have more rare"
line "#MON at home!"
done
_Route10Hiker1BattleText::
text "Ha-hahah-ah-ha!"
done
_Route10Hiker1EndBattleText::
text "Ha-haha!"
line "Not laughing!"
cont "Ha-hay fever!"
cont "Haha-ha-choo!"
prompt
_Route10Hiker1AfterBattleText::
text "Haha-ha-choo!"
line "Ha-choo!"
cont "Snort! Snivel!"
done
_Route10SuperNerd2BattleText::
text "Hi kid, want to"
line "see my #MON?"
done
_Route10SuperNerd2EndBattleText::
text "Oh no!"
line "My #MON!"
prompt
_Route10SuperNerd2AfterBattleText::
text "I don't like you"
line "for beating me!"
done
_Route10CooltrainerF1BattleText::
text "I've been to a"
line "#MON GYM a few"
cont "times. But, I"
cont "lost each time."
done
_Route10CooltrainerF1EndBattleText::
text "Ohh!"
line "Blew it again!"
prompt
_Route10CooltrainerF1AfterBattleText::
text "I noticed some"
line "#MANIACs"
cont "prowling around."
done
_Route10Hiker2BattleText::
text "Ah! This mountain"
line "air is delicious!"
done
_Route10Hiker2EndBattleText::
text "That"
line "cleared my head!"
prompt
_Route10Hiker2AfterBattleText::
text "I feel bloated on"
line "mountain air!"
done
_Route10CooltrainerF2BattleText::
text "I'm feeling a bit"
line "faint from this"
cont "tough hike."
done
_Route10CooltrainerF2EndBattleText::
text "I'm"
line "not up to it!"
prompt
_Route10CooltrainerF2AfterBattleText::
text "The #MON here"
line "are so chunky!"
cont "There should be a"
cont "pink one with a"
cont "floral pattern!"
done
_Route10RockTunnelSignText::
text "ROCK TUNNEL"
done
_Route10PowerPlantSignText::
text "POWER PLANT"
done