diff options
Diffstat (limited to 'engine/items')
-rwxr-xr-x | engine/items/inventory.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/inventory.asm b/engine/items/inventory.asm index 78417e2..3ecf4e2 100755 --- a/engine/items/inventory.asm +++ b/engine/items/inventory.asm @@ -712,7 +712,7 @@ ItemAttr_ReturnCarry: GetItemPrice: push hl push bc - ld a, ITEMATTR_PRICE + ld a, ITEMATTR_PRICE_LO call GetItemAttr ld e, a ld a, ITEMATTR_PRICE_HI |