summaryrefslogtreecommitdiff
path: root/data/phone/text/arnie_callee.asm
blob: 51a70c8ef2bfb59d860802e60bb1ea9c1b8ea980 (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
ArnieAnswerPhoneText:
	text "Yeah, hello."
	line "This is @"
	text_ram wStringBuffer3
	text "."

	para "…Huh, <PLAY_G>? Yo!"
	done

ArnieAnswerPhoneDayText:
	text "Yeah, hello, you"
	line "got @"
	text_ram wStringBuffer3
	text "."

	para "…Huh, <PLAY_G>? Yo!"
	done

ArnieAnswerPhoneNiteText:
	text "Yeah, hello, you"
	line "got @"
	text_ram wStringBuffer3
	text "."

	para "…Huh, <PLAY_G>? Yo!"
	done

ArnieGreetText:
	text "Yeah, hello?"
	line "@"
	text_ram wStringBuffer3
	text " calling."

	para "What are you up"
	line "to, <PLAY_G>?"
	done

ArnieGreetDayText:
	text "Yeah, hello?"
	line "@"
	text_ram wStringBuffer3
	text " calling."

	para "Where are you now,"
	line "<PLAY_G>?"
	done

ArnieGreetNiteText:
	text "Yeah, hello?"
	line "@"
	text_ram wStringBuffer3
	text " calling."

	para "Are you awake now,"
	line "<PLAY_G>?"
	done

ArnieGenericText:
	text "I bet your #MON"
	line "are a lot stronger"
	cont "than before."
	done