summaryrefslogtreecommitdiff
path: root/data/items
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-03-22 16:41:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-03-22 16:41:10 -0400
commitea59f5ee474e1ee56a303feef44dc7e9f30db21d (patch)
tree98894d5ed8a8804a13f4dd51dc07bb4df87998ef /data/items
parentb4ee57c480cf937ccd68495e7f4a56b3edbeddd8 (diff)
Miscellaneous cleanup
Diffstat (limited to 'data/items')
-rw-r--r--data/items/pocket_names.asm2
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@"