diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-23 22:09:45 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-23 22:09:45 -0400 |
| commit | 198795bbb0b041e33320fab0f0497216ce13a855 (patch) | |
| tree | c8fd6a2a593eb99acdd1393dfd288127a2c00fc9 /constants | |
| parent | Fix end_nybble_array (diff) | |
| parent | Use macros for bit arrays (diff) | |
| download | pokeyellow-198795bbb0b041e33320fab0f0497216ce13a855.tar.gz pokeyellow-198795bbb0b041e33320fab0f0497216ce13a855.tar.xz pokeyellow-198795bbb0b041e33320fab0f0497216ce13a855.zip | |
Merge remote-tracking branch 'remotes/pokered/master'
Diffstat (limited to 'constants')
| -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 29af9775..10cc31d1 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 |
