-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathVictoryRoad3F.asm
63 lines (52 loc) · 1.19 KB
/
VictoryRoad3F.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
_VictoryRoad3FCooltrainerM1BattleText::
text "I heard rumors of"
line "a child prodigy!"
done
_VictoryRoad3FCooltrainerM1EndBattleText::
text "The"
line "rumors were true!"
prompt
_VictoryRoad3FCooltrainerM1AfterBattleText::
text "You beat GIOVANNI"
line "of TEAM ROCKET?"
done
_VictoryRoad3FCooltrainerF1BattleText::
text "I'll show you just"
line "how good you are!"
done
_VictoryRoad3FCooltrainerF1EndBattleText::
text "I'm"
line "furious!"
prompt
_VictoryRoad3FCooltrainerF1AfterBattleText::
text "You showed me just"
line "how good I was!"
done
_VictoryRoad3FCooltrainerM2BattleText::
text "Only the chosen"
line "can pass here!"
done
_VictoryRoad3FCooltrainerM2EndBattleText::
text "I"
line "don't believe it!"
prompt
_VictoryRoad3FCooltrainerM2AfterBattleText::
text "All trainers here"
line "are headed to the"
cont "#MON LEAGUE!"
cont "Be careful!"
done
_VictoryRoad3FCooltrainerF2BattleText::
text "Trainers live to"
line "seek stronger"
cont "opponents!"
done
_VictoryRoad3FCooltrainerF2EndBattleText::
text "Oh!"
line "So strong!"
prompt
_VictoryRoad3FCooltrainerF2AfterBattleText::
text "By fighting tough"
line "battles, you get"
cont "stronger!"
done