summaryrefslogtreecommitdiff
path: root/data/phone/text/alan_caller.asm
blob: 1755ffb918ac33f59fde3fc2786d667b9636d580 (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
92
93
94
95
96
97
98
AlanGettingStrongerText:
	text "My @"
	text_ram wStringBuffer4
	text "'s"
	line "getting stronger,"

	para "exactly as I"
	line "calculated!"
	done

AlanDefeatedMonText:
	text "By the way, we"
	line "knocked out a wild"

	para "@"
	text_ram wStringBuffer4
	text " just"
	line "the other day."

	para "Studying up in"
	line "advance worked!"
	done

AlanLostAMonText:
	text "By the way, a wild"
	line "@"
	text_ram wStringBuffer4
	text " escaped"
	cont "on me yesterday."

	para "A computational"
	line "error on my part…"
	done

AlanBattleRematchText:
	text "I've studied quite"
	line "a bit since then,"

	para "and I've gotten a"
	line "lot better!"

	para "I'm hanging out on"
	line "@"
	text_ram wStringBuffer5
	text "."

	para "Can you come down"
	line "for a battle?"
	done

AlanHangUpText:
	text "See you later!"
	done

AlanFoundItemText:
	text "Hehehe, I picked"
	line "up something nice!"

	para "You can have it!"
	line "Why don't you come"

	para "to @"
	text_ram wStringBuffer5
	text_start
	line "and pick it up?"
	done

AlanHaventPickedUpAnythingText:
	text "I haven't picked"
	line "up anything yet."

	para "I'll call you if I"
	line "find something."
	done

AlanReminderText:
	text "If we don't battle"
	line "soon, I'll forget"
	cont "my strategy!"

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

AlanComePickUpGiftText:
	text "I have to do my"
	line "homework, so can"

	para "you come get your"
	line "gift right away?"

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