summaryrefslogtreecommitdiff
path: root/text/maps/viridian_forest.asm
blob: 813b193a7c438bc74f4a5539595eac6ba33cc3f1 (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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
_ViridianForestText1::
	text "I came here with"
	line "some friends!"

	para "They're out for"
	line "#MON fights!"
	done

_ViridianForestBattleText1::
	text "Hey! You have"
	line "#MON! Come on!"
	cont "Let's battle'em!"
	done

_ViridianForestEndBattleText1::
	text "No!"
	line "CATERPIE can't"
	cont "cut it!"
	prompt

_ViridianFrstAfterBattleText1::
	text "Ssh! You'll scare"
	line "the bugs away!"
	done

_ViridianForestBattleText2::
	text "Yo! You can't jam"
	line "out if you're a"
	cont "#MON trainer!"
	done

_ViridianForestEndBattleText2::
	text "Huh?"
	line "I ran out of"
	cont "#MON!"
	prompt

_ViridianFrstAfterBattleText2::
	text "Darn! I'm going"
	line "to catch some"
	cont "stronger ones!"
	done

_ViridianForestBattleText3::
	text "Hey, wait up!"
	line "What's the hurry?"
	done

_ViridianForestEndBattleText3::
	text "I"
	line "give! You're good"
	cont "at this!"
	prompt

_ViridianFrstAfterBattleText3::
	text "Sometimes, you"
	line "can find stuff on"
	cont "the ground!"

	para "I'm looking for"
	line "the stuff I"
	cont "dropped!"
	done

_ViridianForestText8::
	text "I ran out of #"
	line "BALLs to catch"
	cont "#MON with!"

	para "You should carry"
	line "extras!"
	done

_ViridianForestText9::
	text "TRAINER TIPS"

	para "If you want to"
	line "avoid battles,"
	cont "stay away from"
	cont "grassy areas!"
	done

_ViridianForestText10::
	text "For poison, use"
	line "ANTIDOTE! Get it"
	cont "at #MON MARTs!"
	done

_ViridianForestText11::
	text "TRAINER TIPS"

	para "Contact PROF.OAK"
	line "via PC to get"
	cont "your #DEX"
	cont "evaluated!"
	done

_ViridianForestText12::
	text "TRAINER TIPS"

	para "No stealing of"
	line "#MON from"
	cont "other trainers!"
	cont "Catch only wild"
	cont "#MON!"
	done

_ViridianForestText13::
	text "TRAINER TIPS"

	para "Weaken #MON"
	line "before attempting"
	cont "capture!"

	para "When healthy,"
	line "they may escape!"
	done

_ViridianForestText14::
	text "LEAVING"
	line "VIRIDIAN FOREST"
	cont "PEWTER CITY AHEAD"
	done