summaryrefslogtreecommitdiff
path: root/text/maps/victory_road_1f.asm
blob: ded9afd69f779c0ce411d2739496512a680ee57f (plain)
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
_VictoryRoad1BattleText1::
	text "I wonder if you"
	line "are good enough"
	cont "for me!"
	done

_VictoryRoad1EndBattleText1::
	text "I"
	line "lost out!"
	prompt

_VictoryRoad1AfterBattleText1::
	text "I never wanted to"
	line "lose to anybody!"
	done

_VictoryRoad1BattleText2::
	text "I can see you're"
	line "good! Let me see"
	cont "exactly how good!"
	done

_VictoryRoad1EndBattleText2::
	text "I"
	line "had a chance..."
	prompt

_VictoryRoad1AfterBattleText2::
	text "I concede, you're"
	line "better than me!"
	done