blob: 761f4fe362457fc33b02c2349a26f6665575c6b3 (
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
74
75
76
77
78
79
80
81
82
|
BeverlyMadeMonEvenCuterText:
text "I fancied up my"
line "@"
text_ram wStringBuffer4
text " and"
para "made it even cuter"
line "than before!"
done
BeverlyDefeatedMonText:
text "I happened to come"
line "across a wild"
cont "SNUBBULL recently."
para "My SNUBBULL, I"
line "assure you, was"
para "far cuter than the"
line "wild one."
done
BeverlyLostAMonText:
text "I happened to see"
line "a wild MARILL the"
para "other day."
line "Or so I thought."
para "A closer look"
line "showed it was"
para "@"
text_ram wStringBuffer4
text ". I was"
line "quite miffed."
done
BeverlyHangUpText:
text "You can expect a"
line "call from me."
done
BeverlyFoundItemText:
text "My husband got"
line "some NUGGETS."
para "If you'd like, you"
line "could have one as"
para "thanks for helping"
line "me out."
para "I'll be at"
line "@"
text_ram wStringBuffer5
text "."
para "Please come see me"
line "when you can."
done
BeverlyLetsChatAboutMonAgainText:
text "Are your #MON"
line "in prime form?"
para "Let's chat about"
line "#MON again."
done
BeverlyComePickUpText:
text "Pardon?"
line "Oh, the NUGGET?"
para "There's no need to"
line "hurry. Come see me"
para "in @"
text_ram wStringBuffer5
text_start
line "when you can."
done
|