blob: ec6da0199059da7e86a14ab3f1ae3d3508df7b0b (
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
|
RalphAnswerPhoneText:
text "Yes? Ah, <PLAY_G>."
para "You're courteous"
line "enough to state"
para "your name when you"
line "call on the phone."
done
RalphAnswerPhoneDayText:
text "Yes? Ah, <PLAY_G>."
para "You're courteous"
line "enough to state"
para "your name when you"
line "call on the phone."
done
RalphAnswerPhoneNiteText:
text "Yes? Ah, <PLAY_G>."
para "You're courteous"
line "enough to state"
para "your name when you"
line "call on the phone."
done
RalphGreetText:
text "Hiya, it's Uncle"
line "@"
text_ram wStringBuffer3
text "."
done
RalphGreetDayText:
text "Hiya, it's Uncle"
line "@"
text_ram wStringBuffer3
text "."
done
RalphGreetNiteText:
text "Hiya, it's Uncle"
line "@"
text_ram wStringBuffer3
text "."
done
RalphGenericText:
text "Are you taking"
line "good care of your"
para "#MON? You have"
line "to be good to your"
cont "partners!"
done
|