Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/FuchsiaGoodRodHouse.asm
1270 views
1
_FuchsiaGoodRodHouseFishingGuruText::
2
text "I'm the FISHING"
3
line "GURU's older"
4
cont "brother!"
5
6
para "I simply Looove"
7
line "fishing!"
8
9
para "Do you like to"
10
line "fish?"
11
done
12
13
_FuchsiaGoodRodHouseFishingGuruReceivedGoodRodText::
14
text "Grand! I like"
15
line "your style!"
16
17
para "Take this and"
18
line "fish, young one!"
19
20
para "<PLAYER> received"
21
line "a @"
22
text_ram wStringBuffer
23
text "!@"
24
text_end
25
26
_FuchsiaGoodRodHouseFishingGuruThatsSoDisappointingText::
27
text "Oh... That's so"
28
line "disappointing..."
29
done
30
31
_FuchsiaGoodRodHouseFishingGuruHowAreTheFishText::
32
text "Hello there,"
33
line "<PLAYER>!"
34
35
para "How are the fish"
36
line "biting?"
37
done
38
39
_FuchsiaGoodRodHouseFishingGuruNoRoomText::
40
text "Oh no!"
41
42
para "You have no room"
43
line "for my gift!"
44
done
45
46