diff options
| author | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
| commit | 6e8c3883e430b567f7aa8f9230e366e03610bd5a (patch) | |
| tree | ca189f210cb5f404d4791ace04fcd70de6b3a642 /text/maps/bike_shop.asm | |
| parent | Fix WRAM address comments beyond the former site of wGBC (diff) | |
| download | pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.tar.gz pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.tar.xz pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.zip | |
Part 1 of syncing with pokered.
Diffstat (limited to 'text/maps/bike_shop.asm')
| -rw-r--r-- | text/maps/bike_shop.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/text/maps/bike_shop.asm b/text/maps/bike_shop.asm index 723021a1..1717c552 100644 --- a/text/maps/bike_shop.asm +++ b/text/maps/bike_shop.asm @@ -11,7 +11,7 @@ _BikeShopText_1d815:: line "Do you want it?" done -_BikeShopText_1d81a:: +_BikeShopCantAffordText:: text "Sorry! You can't" line "afford it!" prompt @@ -29,7 +29,7 @@ _BikeShopText_1d824:: line "the BIKE VOUCHER" cont "for a BICYCLE.@@" -_BikeShopText_1d82a:: +_BikeShopComeAgainText:: text "Come back again" line "sometime!" done @@ -68,4 +68,3 @@ _BikeShopText_1d861:: text "Wow. Your BIKE is" line "really cool!" done - |
