Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/BikeShop.asm
1270 views
1
_BikeShopClerkWelcomeText::
2
text "Hi! Welcome to"
3
line "our BIKE SHOP."
4
5
para "Have we got just"
6
line "the BIKE for you!"
7
prompt
8
9
_BikeShopClerkDoYouLikeItText::
10
text "It's a cool BIKE!"
11
line "Do you want it?"
12
done
13
14
_BikeShopCantAffordText::
15
text "Sorry! You can't"
16
line "afford it!"
17
prompt
18
19
_BikeShopClerkOhThatsAVoucherText::
20
text "Oh, that's..."
21
22
para "A BIKE VOUCHER!"
23
24
para "OK! Here you go!"
25
prompt
26
27
_BikeShopExchangedVoucherText::
28
text "<PLAYER> exchanged"
29
line "the BIKE VOUCHER"
30
cont "for a BICYCLE.@"
31
text_end
32
33
_BikeShopComeAgainText::
34
text "Come back again"
35
line "some time!"
36
done
37
38
_BikeShopClerkHowDoYouLikeYourBicycleText::
39
text "How do you like"
40
line "your new BICYCLE?"
41
42
para "You can take it"
43
line "on CYCLING ROAD"
44
cont "and in caves!"
45
done
46
47
_BikeShopBagFullText::
48
text "You better make"
49
line "room for this!"
50
done
51
52
_BikeShopMiddleAgedWomanText::
53
text "A plain city BIKE"
54
line "is good enough"
55
cont "for me!"
56
57
para "You can't put a"
58
line "shopping basket"
59
cont "on an MTB!"
60
done
61
62
_BikeShopYoungsterTheseBikesAreExpensiveText::
63
text "These BIKEs are"
64
line "cool, but they're"
65
cont "way expensive!"
66
done
67
68
_BikeShopYoungsterCoolBikeText::
69
text "Wow. Your BIKE is"
70
line "really cool!"
71
done
72
73