blob: 661e3f3c7b4362611869f843bab7d265c0811b53 (
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
WiltonMonHasGrownText:
text "My @"
text_ram wStringBuffer4
text "'s"
line "grown impressive!"
para "My fishing skills"
line "have improved too!"
done
WiltonDefeatedMonText:
text "We beat a wild"
line "@"
text_ram wStringBuffer4
text "…"
para "You know, I have"
line "more fun fishing"
para "than beating wild"
line "#MON."
done
WiltonLostAMonText:
text "But a while back,"
line "we came this close"
para "to landing a wild"
line "@"
text_ram wStringBuffer4
text "."
para "I tell you, it was"
line "huge. Believe me."
done
WiltonBattleRematchText:
text "I'm fishing on"
line "@"
text_ram wStringBuffer5
text ","
para "but nothing's"
line "biting today."
para "Help me while my"
line "time away, come"
cont "over for a battle."
done
WiltonHangUpText:
text "All right, later."
done
WiltonFoundItemText:
text "I snagged an item"
line "while fishing."
para "Come pick it up on"
line "@"
text_ram wStringBuffer5
text "."
done
WiltonHaventFoundAnythingText:
text "Nah, I haven't"
line "found anything"
para "that's worth your"
line "time."
para "You have to have"
line "patience."
done
WiltonNotBitingText:
text "Sigh…"
line "They're not biting"
para "like before on"
line "@"
text_ram wStringBuffer5
text "…"
para "You have to come"
line "for a battle!"
done
WiltonWantThisText:
text "Don't you want"
line "this item?"
para "Hah? You don't"
line "know where?"
para "@"
text_ram wStringBuffer5
text "…"
line "Just head from"
para "MAHOGANY toward"
line "BLACKTHORN!"
done
|