From 346ce9454aac5ed9bd000d637f146b31f5a6f29d Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 23 May 2021 22:09:02 -0400 Subject: Use macros for bit arrays --- constants/item_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/item_constants.asm b/constants/item_constants.asm index bb779fe4..53f765af 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -3,7 +3,7 @@ ; - ItemNames (see data/items/names.asm) ; - ItemPrices (see data/items/prices.asm) ; - TechnicalMachinePrices (see data/items/tm_prices.asm) -; - KeyItemBitfield (see data/items/key_items.asm) +; - KeyItemFlags (see data/items/key_items.asm) ; - ItemUsePtrTable (see engine/items/item_effects.asm) const_def const NO_ITEM ; $00 -- cgit v1.2.3