summaryrefslogtreecommitdiff
path: root/text/maps/cinnabar_pokecenter.asm
blob: e3e6cca9afecec8caefd3470dbca44c226011275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
_CinnabarPokecenterText2::
_CinnabarPokecenterText1::
	text "You can cancel"
	line "evolution."

	para "When a #MON is"
	line "evolving, you can"
	cont "stop it and leave"
	cont "it the way it is."
	done

_CinnabarPokecenterText3::
	text "Do you have any"
	line "friends?"

	para "#MON you get"
	line "in trades grow"
	cont "very quickly."

	para "I think it's"
	line "worth a try!"
	done