-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathRoute3.asm
145 lines (119 loc) · 2.44 KB
/
Route3.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
_Route3Text1::
text "Whew... I better"
line "take a rest..."
cont "Groan..."
para "That tunnel from"
line "CERULEAN takes a"
cont "lot out of you!"
done
_Route3Youngster1BattleText::
text "Hey! I met you in"
line "VIRIDIAN FOREST!"
done
_Route3Youngster1EndBattleText::
text "You"
line "beat me again!"
prompt
_Route3Youngster1AfterBattleText::
text "There are other"
line "kinds of #MON"
cont "than those found"
cont "in the forest!"
done
_Route3Youngster2BattleText::
text "Hi! I like shorts!"
line "They're comfy and"
cont "easy to wear!"
done
_Route3Youngster2EndBattleText::
text "I don't"
line "believe it!"
prompt
_Route3Youngster2AfterBattleText::
text "Are you storing"
line "your #MON on"
cont "PC? Each BOX can"
cont "hold 20 #MON!"
done
_Route3CooltrainerF1BattleText::
text "You looked at me,"
line "didn't you?"
done
_Route3CooltrainerF1EndBattleText::
text "You're"
line "mean!"
prompt
_Route3CooltrainerF1AfterBattleText::
text "Quit staring if"
line "you don't want to"
cont "fight!"
done
_Route3Youngster3BattleText::
text "Are you a trainer?"
line "Let's fight!"
done
_Route3Youngster3EndBattleText::
text "If I"
line "had new #MON I"
cont "would've won!"
prompt
_Route3Youngster3AfterBattleText::
text "If a #MON BOX"
line "on the PC gets"
cont "full, just switch"
cont "to another BOX!"
done
_Route3CooltrainerF2BattleText::
text "That look you"
line "gave me, it's so"
cont "intriguing!"
done
_Route3CooltrainerF2EndBattleText::
text "Be nice!"
prompt
_Route3CooltrainerF2AfterBattleText::
text "Avoid fights by"
line "not letting"
cont "people see you!"
done
_Route3Youngster4BattleText::
text "Hey! You're not"
line "wearing shorts!"
done
_Route3Youngster4EndBattleText::
text "Lost!"
line "Lost! Lost!"
prompt
_Route3Youngster4AfterBattleText::
text "I always wear"
line "shorts, even in"
cont "winter!"
done
_Route3Youngster5BattleText::
text "You can fight my"
line "new #MON!"
done
_Route3Youngster5EndBattleText::
text "Done"
line "like dinner!"
prompt
_Route3Youngster5AfterBattleText::
text "Trained #MON"
line "are stronger than"
cont "the wild ones!"
done
_Route3CooltrainerF3BattleText::
text "Eek! Did you"
line "touch me?"
done
_Route3CooltrainerF3EndBattleText::
text "That's it?"
prompt
_Route3CooltrainerF3AfterBattleText::
text "ROUTE 4 is at the"
line "foot of MT.MOON."
done
_Route3SignText::
text "ROUTE 3"
line "MT.MOON AHEAD"
done