summaryrefslogtreecommitdiff
path: root/text/Route18.asm
blob: d09caf82fe186d126caa962b5f2e18d0d54955ee (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
_Route18BattleText1::
	text "I always check"
	line "every grassy area"
	cont "for new #MON."
	done

_Route18EndBattleText1::
	text "Tch!"
	prompt

_Route18AfterBattleText1::
	text "I wish I had a"
	line "BIKE!"
	done

_Route18BattleText2::
	text "Kurukkoo!"
	line "How do you like"
	cont "my bird call?"
	done

_Route18EndBattleText2::
	text "I"
	line "had to bug you!"
	prompt

_Route18AfterBattleText2::
	text "I also collect sea"
	line "#MON on"
	cont "weekends!"
	done

_Route18BattleText3::
	text "This is my turf!"
	line "Get out of here!"
	done

_Route18EndBattleText3::
	text "Darn!"
	prompt

_Route18AfterBattleText3::
	text "This is my fave"
	line "#MON hunting"
	cont "area!"
	done

_Route18Text4::
	text "ROUTE 18"
	line "CELADON CITY -"
	cont "FUCHSIA CITY"
	done

_Route18Text5::
	text "CYCLING ROAD"
	line "No pedestrians"
	cont "permitted!"
	done