summaryrefslogtreecommitdiff
path: root/text/phone/huey_overworld.asm
blob: 4629f80222dbd1cb5009a6841e89afbd08ee7d87 (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
HueyAskNumber1Text:
	text "Cool! That's the"
	line "first time I've"
	cont "lost in a while!"

	para "Hey, give me your"
	line "phone number."

	para "You'd be fun to"
	line "battle, so I'll"

	para "call you when I"
	line "get stronger!"
	done

HueyAskNumber2Text:
	text "Hey, give me your"
	line "phone number."

	para "You'd be fun to"
	line "battle, so I'll"

	para "call you when I"
	line "get stronger!"
	done

HueyNumberAcceptedText:
	text "Hey, let's battle"
	line "again!"
	done

HueyNumberDeclinedText:
	text "Looks like you're"
	line "a wimp…"
	done

HueyPhoneFullText:
	text "Hey! Your phone's"
	line "already full!"
	done

HueyRematchText:
	text "Hey! I'm tired of"
	line "waiting for you!"
	done

HueyPackFullText:
	text "Oh… Your PACK's"
	line "full. I'll give it"
	cont "to you later."
	done

HueyRematchGiftText:
	text "Man! You're as"
	line "tough as ever!"

	para "I've battled you"
	line "over and over, but"

	para "<PLAYER>, I haven't"
	line "won once."

	para "I bought tons of"
	line "items to toughen"

	para "up my #MON, but"
	line "to no avail…"

	para "Items alone aren't"
	line "the answer."

	para "That must be what"
	line "it is…"

	para "Here, take this,"
	line "<PLAYER>."

	para "I won't be needing"
	line "it anymore…"
	done