summaryrefslogtreecommitdiff
path: root/data/phone/text/beverly_overworld.asm
blob: cd4b5b4d3a4c23aaa0c1b4fb681dcae0b622421b (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
BeverlyAskNumber1Text:
	text "Your MARILL is so"
	line "cute and adorable!"

	para "You love #MON"
	line "just like I do!"

	para "Want to trade"
	line "phone numbers?"

	para "Let's chat! It'll"
	line "be so much fun!"
	done

BeverlyAskNumber2Text:
	text "Your MARILL is so"
	line "cute and adorable!"

	para "We should chat, it"
	line "will be fun."

	para "Can I have your"
	line "phone number?"
	done

BeverlyNumberAcceptedText:
	text "To be honest, I"
	line "want a MARILL."

	para "But I make do with"
	line "my cute SNUBBULL."
	done

BeverlyNumberDeclinedText:
	text "Oh… That's"
	line "disappointing…"

	para "Goodbye, MARILL…"
	done

BeverlyPhoneFullText:
	text "Oh? Your phone's"
	line "memory is full."
	done

BeverlyGiftText:
	text "Oh? <PLAYER>? "
	line "I waited here for"

	para "you. I brought you"
	line "a little gift."
	done

BeverlyPackFullText:
	text "Oh?"
	line "You have no room."

	para "Please come back"
	line "for it later."
	done