diff options
Diffstat (limited to 'gfx/pokemon/anim_pointers.asm')
-rw-r--r-- | gfx/pokemon/anim_pointers.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/pokemon/anim_pointers.asm b/gfx/pokemon/anim_pointers.asm index c14cf56ea..644346c3c 100644 --- a/gfx/pokemon/anim_pointers.asm +++ b/gfx/pokemon/anim_pointers.asm @@ -1,4 +1,5 @@ AnimationPointers: + table_width 2, AnimationPointers dw BulbasaurAnimation dw IvysaurAnimation dw VenusaurAnimation @@ -250,3 +251,4 @@ AnimationPointers: dw LugiaAnimation dw HoOhAnimation dw CelebiAnimation + assert_table_length NUM_POKEMON |