-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathRoute16.asm
120 lines (97 loc) · 1.91 KB
/
Route16.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
116
117
118
119
120
_Route16Biker1BattleText::
text "What do you want?"
done
_Route16Biker1EndBattleText::
text "Don't you"
line "dare laugh!"
prompt
_Route16Biker1AfterBattleText::
text "We like just"
line "hanging here,"
cont "what's it to you?"
done
_Route16Biker2BattleText::
text "Nice BIKE!"
line "Hand it over!"
done
_Route16Biker2EndBattleText::
text "Knock"
line "out!"
prompt
_Route16Biker2AfterBattleText::
text "Forget it, who"
line "needs your BIKE!"
done
_Route16Biker3BattleText::
text "Come out and play,"
line "little mouse!"
done
_Route16Biker3EndBattleText::
text "You"
line "little rat!"
prompt
_Route16Biker3AfterBattleText::
text "I hate losing!"
line "Get away from me!"
done
_Route16biker4BattleText::
text "Hey, you just"
line "bumped me!"
done
_Route16Biker4EndBattleText::
text "Kaboom!"
prompt
_Route16Biker4AfterBattleText::
text "You can also get"
line "to FUCHSIA from"
cont "VERMILION using a"
cont "coastal road."
done
_Route16Biker5BattleText::
text "I'm feeling"
line "hungry and mean!"
done
_Route16Biker5EndBattleText::
text "Bad,"
line "bad, bad!"
prompt
_Route16Biker5AfterBattleText::
text "I like my #MON"
line "ferocious! They"
cont "tear up enemies!"
done
_Route16Biker6BattleText::
text "Sure, I'll go!"
done
_Route16Biker6EndBattleText::
text "Don't make"
line "me mad!"
prompt
_Route16Biker6AfterBattleText::
text "I like harassing"
line "people with my"
cont "vicious #MON!"
done
_Route16Text7::
text "A sleeping #MON"
line "blocks the way!"
done
_Route16SnorlaxWokeUpText::
text "SNORLAX woke up!"
para "It attacked in a"
line "grumpy rage!"
done
_Route16SnorlaxReturnedToMountainsText::
text "With a big yawn,"
line "SNORLAX returned"
cont "to the mountains!"
done
_Route16CyclingRoadSignText::
text "Enjoy the slope!"
line "CYCLING ROAD"
done
_Route16SignText::
text "ROUTE 16"
line "CELADON CITY -"
cont "FUCHSIA CITY"
done