diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-23 22:09:02 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-23 22:09:02 -0400 |
commit | 346ce9454aac5ed9bd000d637f146b31f5a6f29d (patch) | |
tree | 6e2224dd76e2c28df9bba82765a6dec580b60b41 /constants/item_constants.asm | |
parent | 715496bf351a4141fb8a47977ef49c956857d26e (diff) |
Use macros for bit arrays
Diffstat (limited to 'constants/item_constants.asm')
-rw-r--r-- | constants/item_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |