summaryrefslogtreecommitdiff
path: root/data/phone/text/joey_caller.asm
blob: 07704fd285d62d20f2061a8383746a0298527812 (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
81
82
83
84
85
86
87
88
89
90
91
JoeyMonLookingSharperText:
	text "My @"
	text_ram wStringBuffer4
	text "'s"
	line "looking sharper"
	cont "than before!"

	para "I doubt there's a"
	line "#MON as cool as"

	para "this guy in your"
	line "party!"
	done

JoeyDefeatedMonText:
	text "Oh yeah, I took"
	line "down a @"
	text_ram wStringBuffer4
	text_start
	para "in the wild the"
	line "other day."

	para "It was a cakewalk."
	line "Well, I guess it"

	para "can't be helped,"
	line "us being so tough."
	done

JoeyLostAMonText:
	text "Oh yeah, I saw a"
	line "wild @"
	text_ram wStringBuffer4
	text "!"

	para "I thought about"
	line "going for it, but"

	para "I decided to work"
	line "with my one-and-"

	para "only right to the"
	line "extreme end."
	done

JoeyBattleRematchText:
	text "Let's get together"
	line "and battle!"

	para "I promise things"
	line "will be different!"

	para "@"
	text_ram wStringBuffer5
	text "'s"
	line "where I'll be."

	para "Give me a shout"
	line "when you come."
	done

JoeyHangUpText:
	text "All right. Later!"
	done

JoeyDevisingStrategiesText:
	text "I'm checking out"
	line "@"
	text_ram wStringBuffer4
	text "'s moves"

	para "and devising some"
	line "strategies."

	para "When I come up"
	line "with a good one,"
	cont "let's battle!"
	done

JoeyReminderText:
	text "What's keeping"
	line "you, <PLAYER>!"

	para "Let's get down and"
	line "battle already!"

	para "I'm waiting on"
	line "@"
	text_ram wStringBuffer5
	text "!"
	done