diff options
Diffstat (limited to 'gfx/pokemon/unown_frame_pointers.asm')
-rw-r--r-- | gfx/pokemon/unown_frame_pointers.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/pokemon/unown_frame_pointers.asm b/gfx/pokemon/unown_frame_pointers.asm index 8907f5303..245cff0c0 100644 --- a/gfx/pokemon/unown_frame_pointers.asm +++ b/gfx/pokemon/unown_frame_pointers.asm @@ -1,4 +1,5 @@ UnownFramesPointers: + table_width 2, UnownFramesPointers dw UnownAFrames dw UnownBFrames dw UnownCFrames @@ -25,3 +26,4 @@ UnownFramesPointers: dw UnownXFrames dw UnownYFrames dw UnownZFrames + assert_table_length NUM_UNOWN |