summaryrefslogtreecommitdiff
path: root/data/items
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-03-22 16:41:17 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-03-22 16:41:17 -0400
commitdbe2360ecd3eb11fd144168427e1323f5e1b2ec2 (patch)
treed571d2f064c176a36951d3470d19053692f9e8eb /data/items
parent8daf8fe19c9e356df34ca8da3423618999d4405a (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 880e08fe3..9669c5278 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@"