summaryrefslogtreecommitdiff
path: root/text/maps/viridian_mart.asm
blob: ed3343f1f76fc8ba51165a4882760bd9828b6b7b (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
_ViridianPokeCenterText2:: ; 95ba1 (25:5ba1)
_ViridianPokeCenterText1:: ; 95ba1 (25:5ba1)
	text "You can use that"
	line "PC in the corner."

	para "The receptionist"
	line "told me. So kind!"
	done

_ViridianPokeCenterText3:: ; 95be8 (25:5be8)
	text "There's a #MON"
	line "CENTER in every"
	cont "town ahead."

	para "They don't charge"
	line "any money either!"
	done

_ViridianMartText1:: ; 95c36 (25:5c36)
	text "Okay! Say hi to"
	line "PROF.OAK for me!"
	done

_ViridianMartText4:: ; 95c58 (25:5c58)
	text "Hey! You came from"
	line "PALLET TOWN?"
	done

ViridianMartParcelQuestText:: ; 95c79 (25:5c79)
	text "You know PROF."
	line "OAK, right?"

	para "His order came in."
	line "Will you take it"
	cont "to him?"

	para $52, " got"
	line "OAK's PARCEL!@@"

_ViridianMartText2:: ; 95cd5 (25:5cd5)
IF DEF(_YELLOW)
	text "This shop sells a"
	line "lot of PARLYZ"
	cont "HEALs."
ELSE
	text "This shop sells"
	line "many ANTIDOTEs."
ENDC
	done

_ViridianMartText3:: ; 95cf6 (25:5cf6)
IF DEF(_YELLOW)
	text "The shop finally"
	line "has some POTIONs"
	cont "in stock."
ELSE
	text "No! POTIONs are"
	line "all sold out."
ENDC
	done