-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathRoute24_2.asm
90 lines (73 loc) · 1.55 KB
/
Route24_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
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
_Route24CooltrainerM2EndBattleText::
text "I"
line "thought not!"
prompt
_Route24CooltrainerM2AfterBattleText::
text "I hid because the"
line "people on the"
cont "bridge scared me!"
done
_Route24CooltrainerM3BattleText::
text "OK! I'm No. 5!"
line "I'll stomp you!"
done
_Route24CooltrainerM3EndBattleText::
text "Whoa!"
line "Too much!"
prompt
_Route24CooltrainerM3AfterBattleText::
text "I did my best, I"
line "have no regrets!"
done
_Route24CooltrainerF1BattleText::
text "I'm No. 4!"
line "Getting tired?"
done
_Route24CooltrainerF1EndBattleText::
text "I lost"
line "too!"
prompt
_Route24CooltrainerF1AfterBattleText::
text "I did my best, so"
line "I've no regrets!"
done
_Route24Youngster1BattleText::
text "Here's No. 3!"
line "I won't be easy!"
done
_Route24Youngster1EndBattleText::
text "Ow!"
line "Stomped flat!"
prompt
_Route24Youngster1AfterBattleText::
text "I did my best, I"
line "have no regrets!"
done
_Route24CooltrainerF2BattleText::
text "I'm second!"
line "Now it's serious!"
done
_Route24CooltrainerF2EndBattleText::
text "How could I"
line "lose?"
prompt
_Route24CooltrainerF2AfterBattleText::
text "I did my best, I"
line "have no regrets!"
done
_Route24Youngster2BattleText::
text "This is NUGGET"
line "BRIDGE! Beat us 5"
cont "trainers and win"
cont "a fabulous prize!"
para "Think you got"
line "what it takes?"
done
_Route24Youngster2EndBattleText::
text "Whoo!"
line "Good stuff!"
prompt
_Route24Youngster2AfterBattleText::
text "I did my best, I"
line "have no regrets!"
done