-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathBikeShop.asm
71 lines (56 loc) · 1.22 KB
/
BikeShop.asm
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
_BikeShopClerkWelcomeText::
text "Hi! Welcome to"
line "our BIKE SHOP."
para "Have we got just"
line "the BIKE for you!"
prompt
_BikeShopClerkDoYouLikeItText::
text "It's a cool BIKE!"
line "Do you want it?"
done
_BikeShopCantAffordText::
text "Sorry! You can't"
line "afford it!"
prompt
_BikeShopClerkOhThatsAVoucherText::
text "Oh, that's..."
para "A BIKE VOUCHER!"
para "OK! Here you go!"
prompt
_BikeShopExchangedVoucherText::
text "<PLAYER> exchanged"
line "the BIKE VOUCHER"
cont "for a BICYCLE.@"
text_end
_BikeShopComeAgainText::
text "Come back again"
line "some time!"
done
_BikeShopClerkHowDoYouLikeYourBicycleText::
text "How do you like"
line "your new BICYCLE?"
para "You can take it"
line "on CYCLING ROAD"
cont "and in caves!"
done
_BikeShopBagFullText::
text "You better make"
line "room for this!"
done
_BikeShopMiddleAgedWomanText::
text "A plain city BIKE"
line "is good enough"
cont "for me!"
para "You can't put a"
line "shopping basket"
cont "on an MTB!"
done
_BikeShopYoungsterTheseBikesAreExpensiveText::
text "These BIKEs are"
line "cool, but they're"
cont "way expensive!"
done
_BikeShopYoungsterCoolBikeText::
text "Wow. Your BIKE is"
line "really cool!"
done