Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CeladonDiner.asm
1270 views
1
_CeladonDinerCookText::
2
text "Hi!"
3
4
para "We're taking a"
5
line "break now."
6
done
7
8
_CeladonDinerMiddleAgedWomanText::
9
text "My #MON are"
10
line "weak, so I often"
11
cont "have to go to the"
12
cont "DRUG STORE."
13
done
14
15
_CeladonDinerMiddleAgedManText::
16
text "Psst! There's a"
17
line "basement under"
18
cont "the GAME CORNER."
19
done
20
21
_CeladonDinerFisherText::
22
text "Munch..."
23
24
para "The man at that"
25
line "table lost it all"
26
cont "at the slots."
27
done
28
29
_CeladonDinerGymGuideImFlatOutBustedText::
30
text "Go ahead! Laugh!"
31
32
para "I'm flat out"
33
line "busted!"
34
35
para "No more slots for"
36
line "me! I'm going"
37
cont "straight!"
38
39
para "Here! I won't be"
40
line "needing this any-"
41
cont "more!"
42
prompt
43
44
_CeladonDinerGymGuideReceivedCoinCaseText::
45
text "<PLAYER> received"
46
line "a @"
47
text_ram wStringBuffer
48
text "!@"
49
text_end
50
51
_CeladonDinerGymGuideCoinCaseNoRoomText::
52
text "Make room for"
53
line "this!"
54
done
55
56
_CeladonDinerGymGuideWinItBackText::
57
text "I always thought"
58
line "I was going to"
59
cont "win it back..."
60
done
61
62