blob: 7bbe3397d47ed962036cd840ebfe1239197c0f84 (
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
|
JoeyAnswerPhoneText:
text "Hi, @"
text_ram wStringBuffer3
text " here!"
para "Oh, <PLAYER>? You"
line "doing well?"
done
JoeyAnswerPhoneDayText:
text "Hi, @"
text_ram wStringBuffer3
text " here!"
para "Oh, <PLAYER>? You"
line "doing well?"
done
JoeyAnswerPhoneNiteText:
text "Hi, @"
text_ram wStringBuffer3
text " here!"
para "Oh, <PLAYER>? You"
line "doing well?"
done
JoeyGreetText:
text "Yo, <PLAYER>!"
line "How're you doing?"
para "This is @"
text_ram wStringBuffer3
text ","
line "got a minute?"
done
JoeyGreetDayText:
text "Yo, <PLAYER>! How's"
line "it going?"
para "This is @"
text_ram wStringBuffer3
text "."
line "Got a minute?"
done
JoeyGreetNiteText:
text "Yo, <PLAYER>!"
line "How're you doing?"
para "This is @"
text_ram wStringBuffer3
text ","
line "got a minute?"
done
JoeyGenericText:
text "How are your"
line "#MON doing?"
para "My @"
text_ram wStringBuffer4
text "'s"
line "raring to go, just"
cont "like always."
para "It's the only one"
line "I have. I'm going"
para "to become a great"
line "trainer with it!"
done
|