From be5db09b29517473ca43b35721a0d5de5d267102 Mon Sep 17 00:00:00 2001 From: Jonathan Hanon Date: Mon, 18 Feb 2019 13:52:51 -0500 Subject: [PATCH] Whoops --- inventory.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/inventory.asm b/inventory.asm index 5d4c8cf..ecbfabd 100644 --- a/inventory.asm +++ b/inventory.asm @@ -209,7 +209,6 @@ AddInventory: BRL .incrementCounts + CPY.b #$29 : BNE + ; Mushroom LDA !INVENTORY_SWAP : ORA #$28 : STA !INVENTORY_SWAP - LDA !INVENTORY_SWAP : ORA #$08 : STA !INVENTORY_SWAP BRL .incrementCounts + CPY.b #$0D : BNE + ; Magic Powder LDA !INVENTORY_SWAP : ORA #$10 : STA !INVENTORY_SWAP