diff options
Diffstat (limited to 'gfx/pokemon/bitmask_pointers.asm')
-rw-r--r-- | gfx/pokemon/bitmask_pointers.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/pokemon/bitmask_pointers.asm b/gfx/pokemon/bitmask_pointers.asm index 7d87ad8d9..3cb8ac0e2 100644 --- a/gfx/pokemon/bitmask_pointers.asm +++ b/gfx/pokemon/bitmask_pointers.asm @@ -1,4 +1,5 @@ BitmasksPointers: + table_width 2, BitmasksPointers dw BulbasaurBitmasks dw IvysaurBitmasks dw VenusaurBitmasks @@ -250,3 +251,4 @@ BitmasksPointers: dw LugiaBitmasks dw HoOhBitmasks dw CelebiBitmasks + assert_table_length NUM_POKEMON |