diff options
Diffstat (limited to 'data/icon_pointers.asm')
-rw-r--r-- | data/icon_pointers.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/icon_pointers.asm b/data/icon_pointers.asm index bfe07abb6..1ad361c1c 100644 --- a/data/icon_pointers.asm +++ b/data/icon_pointers.asm @@ -1,5 +1,6 @@ IconPointers: -; entries correspond to ICON_* constants +; entries correspond to ICON_* constants (see constants/icon_constants.asm) + table_width 2, IconPointers dw NullIcon dw PoliwagIcon dw JigglypuffIcon @@ -39,3 +40,4 @@ IconPointers: dw SlowpokeIcon dw SudowoodoIcon dw BigmonIcon + assert_table_length NUM_ICONS + 1 |