From a7af8291596b8cc15e8c255fdcf95e3ecca02493 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 29 Aug 2024 01:06:36 -0500 Subject: [PATCH] Fix issue with Potion Shop prices drawing on top of Link --- shopkeeper.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shopkeeper.asm b/shopkeeper.asm index d7da59f..da95e0e 100644 --- a/shopkeeper.asm +++ b/shopkeeper.asm @@ -800,9 +800,9 @@ Shopkeeper_DrawNextPrice: REP #$20 ; set 16-bit accumulator PHY LDA.l ShopType : AND.w #$0003 : DEC : ASL : TAY + LDA.w .price_columns_idx, Y : STA.b Scrap02 ; get table from the table table LDA.b RoomIndex : CMP.w #$109 : BNE + : INY #6 : + LDA.w Shopkeeper_DrawNextItem_item_offsets_idx, Y : STA.b Scrap00 ; get table from the table table - LDA.w .price_columns_idx, Y : STA.b Scrap02 ; get table from the table table PLY : PHY TYA : ASL #2 : TAY LDA.b (Scrap00), Y : STA.b Scrap0E ; set coordinate