diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 15:13:35 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 15:13:35 -0500 |
commit | 5d9d26bd5c64a5b11021bdd46e2e0786ddef888d (patch) | |
tree | f8ee8f2d9c8042b55edb1a4761833511ab1695b1 /scripts/bikeshop.asm | |
parent | 8431fa7756dace97413f4c35aaa44cd92cf5b6df (diff) |
No more ldh
Diffstat (limited to 'scripts/bikeshop.asm')
-rwxr-xr-x | scripts/bikeshop.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bikeshop.asm b/scripts/bikeshop.asm index 45c030d5..4a8183ec 100755 --- a/scripts/bikeshop.asm +++ b/scripts/bikeshop.asm @@ -24,7 +24,7 @@ BikeShopText1: ; 1d745 (7:5745) call GiveItem jr nc, .BagFull ld a, BIKE_VOUCHER - ldh [$db], a + ld [$ffdb], a callba RemoveItemByID ld hl, wd75f set 0, [hl] |