bike_shop.asm 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. _BikeShopText_1d810::
  2. text "Hi! Welcome to"
  3. line "our BIKE SHOP."
  4. para "Have we got just"
  5. line "the BIKE for you!"
  6. prompt
  7. _BikeShopText_1d815::
  8. text "It's a cool BIKE!"
  9. line "Do you want it?"
  10. done
  11. _BikeShopCantAffordText::
  12. text "Sorry! You can't"
  13. line "afford it!"
  14. prompt
  15. _BikeShopText_1d81f::
  16. text "Oh, that's..."
  17. para "A BIKE VOUCHER!"
  18. para "OK! Here you go!"
  19. prompt
  20. _BikeShopText_1d824::
  21. text "<PLAYER> exchanged"
  22. line "the BIKE VOUCHER"
  23. cont "for a BICYCLE.@@"
  24. _BikeShopComeAgainText::
  25. text "Come back again"
  26. line "some time!"
  27. done
  28. _BikeShopText_1d82f::
  29. text "How do you like"
  30. line "your new BICYCLE?"
  31. para "You can take it"
  32. line "on CYCLING ROAD"
  33. cont "and in caves!"
  34. done
  35. _BikeShopText_1d834::
  36. text "You better make"
  37. line "room for this!"
  38. done
  39. _BikeShopText_1d843::
  40. text "A plain city BIKE"
  41. line "is good enough"
  42. cont "for me!"
  43. para "You can't put a"
  44. line "shopping basket"
  45. cont "on an MTB!"
  46. done
  47. _BikeShopText_1d85c::
  48. text "These BIKEs are"
  49. line "cool, but they're"
  50. cont "way expensive!"
  51. done
  52. _BikeShopText_1d861::
  53. text "Wow. Your BIKE is"
  54. line "really cool!"
  55. done