diff options
Diffstat (limited to 'gfx/pokemon/idle_pointers.asm')
-rw-r--r-- | gfx/pokemon/idle_pointers.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/pokemon/idle_pointers.asm b/gfx/pokemon/idle_pointers.asm index 34345fe77..d7bc28f77 100644 --- a/gfx/pokemon/idle_pointers.asm +++ b/gfx/pokemon/idle_pointers.asm @@ -1,4 +1,5 @@ AnimationIdlePointers: + table_width 2, AnimationIdlePointers dw BulbasaurAnimationIdle dw IvysaurAnimationIdle dw VenusaurAnimationIdle @@ -250,3 +251,4 @@ AnimationIdlePointers: dw LugiaAnimationIdle dw HoOhAnimationIdle dw CelebiAnimationIdle + assert_table_length NUM_POKEMON |