diff options
Diffstat (limited to 'text/maps/bike_shop.asm')
-rw-r--r-- | text/maps/bike_shop.asm | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/text/maps/bike_shop.asm b/text/maps/bike_shop.asm new file mode 100644 index 00000000..4449639b --- /dev/null +++ b/text/maps/bike_shop.asm @@ -0,0 +1,71 @@ +_UnnamedText_1d810: ; 98e03 (26:4e03) + text "Hi! Welcome to" + line "our BIKE SHOP." + + para "Have we got just" + line "the BIKE for you!" + prompt + +_UnnamedText_1d815: ; 98e45 (26:4e45) + text "It's a cool BIKE!" + line "Do you want it?" + done + +_UnnamedText_1d81a: ; 98e67 (26:4e67) + text "Sorry! You can't" + line "afford it!" + prompt + +_UnnamedText_1d81f: ; 98e83 (26:4e83) + text "Oh, that's..." + + para "A BIKE VOUCHER!" + + para "OK! Here you go!" + prompt + +_UnnamedText_1d824: ; 98eb2 (26:4eb2) + text $52, " exchanged" + line "the BIKE VOUCHER" + cont "for a BICYCLE.@@" + +_UnnamedText_1d82a: ; 98ee0 (26:4ee0) + text "Come back again" + line "some time!" + done + +_UnnamedText_1d82f: ; 98efc (26:4efc) + text "How do you like" + line "your new BICYCLE?" + + para "You can take it" + line "on CYCLING ROAD" + cont "and in caves!" + done + +_UnnamedText_1d834: ; 98f4d (26:4f4d) + text "You better make" + line "room for this!" + done + +_UnnamedText_1d843: ; 98f6d (26:4f6d) + 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 + +_UnnamedText_1d85c: ; 98fc1 (26:4fc1) + text "These BIKEs are" + line "cool, but they're" + cont "way expensive!" + done + +_UnnamedText_1d861: ; 98ff2 (26:4ff2) + text "Wow. Your BIKE is" + line "really cool!" + done + |