blob: c2685cee7243668fe9e4d3312d8bf7432c2b4317 (
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
|
ErinAnswerPhoneText:
text "Yes, this is"
line "@"
text_ram wStringBuffer3
text "…"
para "Oh. Hi, <PLAY_G>!"
line "Good morning!"
done
ErinAnswerPhoneDayText:
text "Yes, this is"
line "@"
text_ram wStringBuffer3
text "…"
para "Oh, hi, <PLAY_G>!"
line "Yahoo!"
done
ErinAnswerPhoneNiteText:
text "Yes, this is"
line "@"
text_ram wStringBuffer3
text "…"
para "Oh, hi, <PLAY_G>!"
done
ErinGreetText:
text "<PLAY_G>!"
para "It's @"
text_ram wStringBuffer3
text "!"
line "Good morning!"
done
ErinGreetDayText:
text "<PLAY_G>!"
para "It's @"
text_ram wStringBuffer3
text "!"
line "Working hard?"
done
ErinGreetNiteText:
text "<PLAY_G>!"
para "It's @"
text_ram wStringBuffer3
text "!"
line "Were you up?"
done
ErinGenericText:
text "Are you raising"
line "your #MON?"
para "Hey, @"
text_ram wStringBuffer3
text "'s"
line "@"
text_ram wStringBuffer4
text " is"
cont "looking good!"
done
|