aboutsummaryrefslogtreecommitdiffstats
path: root/text/MtMoonPokecenter.asm
blob: e2dce2fe960c1e726b2adc88dff7cf1a35900a4a (plain) (blame)
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
_MtMoonPokecenterYoungsterText::
	text "I've 6 # BALLs"
	line "set in my belt."

	para "At most, you can"
	line "carry 6 #MON."
	done

_MtMoonPokecenterGentlemanText::
	text "TEAM ROCKET"
	line "attacks CERULEAN"
	cont "citizens..."

	para "TEAM ROCKET is"
	line "always in the"
	cont "news!"
	done

_MtMoonPokecenterClipboardText::
	text_start
	done

_MtMoonPokecenterMagikarpSalesmanIGotADealText::
	text "MAN: Hello, there!"
	line "Have I got a deal"
	cont "just for you!"

	para "I'll let you have"
	line "a swell MAGIKARP"
	cont "for just ¥500!"
	cont "What do you say?"
	done

_MtMoonPokecenterMagikarpSalesmanNoText::
	text "No? I'm only"
	line "doing this as a"
	cont "favor to you!"
	done

_MtMoonPokecenterMagikarpSalesmanNoMoneyText::
	text "You'll need more"
	line "money than that!"
	done

_MtMoonPokecenterMagikarpSalesmanNoRefundsText::
	text "MAN: Well, I don't"
	line "give refunds!"
	done