diff options
Diffstat (limited to 'gfx/pokemon/unown_anim_pointers.asm')
-rw-r--r-- | gfx/pokemon/unown_anim_pointers.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/pokemon/unown_anim_pointers.asm b/gfx/pokemon/unown_anim_pointers.asm index 46aa757e4..334a5f9af 100644 --- a/gfx/pokemon/unown_anim_pointers.asm +++ b/gfx/pokemon/unown_anim_pointers.asm @@ -1,4 +1,5 @@ UnownAnimationPointers: + table_width 2, UnownAnimationPointers dw UnownAAnimation dw UnownBAnimation dw UnownCAnimation @@ -25,3 +26,4 @@ UnownAnimationPointers: dw UnownXAnimation dw UnownYAnimation dw UnownZAnimation + assert_table_length NUM_UNOWN |