summaryrefslogtreecommitdiff
path: root/text/maps/lorelei.asm
blob: 2ec3c74de9248fae3294e9588924036b9de199fa (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
33
34
35
36
37
38
39
40
41
42
43
_LoreleiBeforeBattleText:: ; 865ef (21:65ef)
	text "Welcome to"
	line "#MON LEAGUE!"

	para "I am LORELEI of"
	line "the ELITE FOUR!"

	para "No one can best"
	line "me when it comes"
	cont "to icy #MON!"

	para "Freezing moves"
	line "are powerful!"

	para "Your #MON will"
	line "be at my mercy"
	cont "when they are"
	cont "frozen solid!"

	para "Hahaha!"
	line "Are you ready?"
	done

_LoreleiEndBattleText:: ; 866c4 (21:66c4)
	text "How"
	line "dare you!"
	prompt

_LoreleiAfterBattleText:: ; 866d3 (21:66d3)
	text "You're better"
	line "than I thought!"
	cont "Go on ahead!"

	para "You only got a"
	line "taste of #MON"
	cont "LEAGUE power!"
	done

_LoreleiDontRunAwayText:: ; 86729 (21:6729)
	text "Someone's voice:"
	line "Don't run away!"
	done