From c086de0c986330b09cd5e9fa384b950107ee4955 Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 8 Jul 2020 16:20:15 -0400 Subject: Use const_skip and const_next macros for brevity --- engine/items/items.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/items') diff --git a/engine/items/items.asm b/engine/items/items.asm index ef0f10dda..a08f76d31 100644 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -570,7 +570,7 @@ GetItemPrice: ; Return the price of wCurItem in de. push hl push bc - ld a, ITEMATTR_PRICE + ld a, ITEMATTR_PRICE_LO call GetItemAttr ld e, a ld a, ITEMATTR_PRICE_HI -- cgit v1.2.3