diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-11 00:34:32 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-11 00:34:32 -0500 |
commit | fb0a630c062cbb18026abe2792339dea27fac4d8 (patch) | |
tree | 0b55bb02a3539b132c8e3f9347cc51a4ce58aa1c /text | |
parent | 4aedff021786dd5c0b81d3a35f505b7aa42adddc (diff) |
More joypad constants
Diffstat (limited to 'text')
-rw-r--r-- | text/maps/bike_shop.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/maps/bike_shop.asm b/text/maps/bike_shop.asm index 5f2c3f45..45341c66 100644 --- a/text/maps/bike_shop.asm +++ b/text/maps/bike_shop.asm @@ -11,7 +11,7 @@ _BikeShopText_1d815:: ; 98e45 (26:4e45) line "Do you want it?" done -_BikeShopText_1d81a:: ; 98e67 (26:4e67) +_BikeShopCantAffordText:: ; 98e67 (26:4e67) text "Sorry! You can't" line "afford it!" prompt @@ -29,7 +29,7 @@ _BikeShopText_1d824:: ; 98eb2 (26:4eb2) line "the BIKE VOUCHER" cont "for a BICYCLE.@@" -_BikeShopText_1d82a:: ; 98ee0 (26:4ee0) +_BikeShopComeAgainText:: ; 98ee0 (26:4ee0) text "Come back again" line "some time!" done |