summaryrefslogtreecommitdiff
path: root/data/phone/text/alan_callee.asm
blob: 8121b8e489a44cbbcb56e941f38759599dda1808 (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
AlanAnswerPhoneText:
	text "Yup, it's @"
	text_ram wStringBuffer3
	text "!"

	para "Is this <PLAY_G>?"
	line "Good morning!"
	done

AlanAnswerPhoneDayText:
	text "Yup, it's @"
	text_ram wStringBuffer3
	text "!"

	para "Is that <PLAY_G>?"
	done

AlanAnswerPhoneNiteText:
	text "Yup, it's @"
	text_ram wStringBuffer3
	text "!"

	para "Is that <PLAY_G>?"
	line "Good evening!"
	done

AlanGreetText:
	text "Hello! It's me,"
	line "@"
	text_ram wStringBuffer3
	text "!"
	done

AlanGreetDayText:
	text "Hello! It's me,"
	line "@"
	text_ram wStringBuffer3
	text "!"
	done

AlanGreetNiteText:
	text "Hello! It's me,"
	line "@"
	text_ram wStringBuffer3
	text "!"
	done

AlanGenericText:
	text "<PLAY_G>, are you"
	line "raising your"
	cont "#MON properly?"

	para "I read in a book"
	line "that you should"

	para "raise any #MON"
	line "you catch with"
	cont "love and care."
	done