diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:10 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:10 -0400 |
| commit | ea59f5ee474e1ee56a303feef44dc7e9f30db21d (patch) | |
| tree | 98894d5ed8a8804a13f4dd51dc07bb4df87998ef /data/items | |
| parent | b4ee57c480cf937ccd68495e7f4a56b3edbeddd8 (diff) | |
Miscellaneous cleanup
Diffstat (limited to 'data/items')
| -rw-r--r-- | data/items/pocket_names.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/items/pocket_names.asm b/data/items/pocket_names.asm index 880e08fe..9669c527 100644 --- a/data/items/pocket_names.asm +++ b/data/items/pocket_names.asm @@ -1,9 +1,11 @@ ItemPocketNames: ; entries correspond to item type constants + table_width 2, ItemPocketNames dw .Item dw .Key dw .Ball dw .TM + assert_table_length NUM_ITEM_TYPES .Item: db "ITEM POCKET@" .Key: db "KEY POCKET@" |
