summaryrefslogtreecommitdiff
path: root/data/moves/descriptions.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/moves/descriptions.asm')
-rw-r--r--data/moves/descriptions.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/moves/descriptions.asm b/data/moves/descriptions.asm
index 160c7d7f..9773852f 100644
--- a/data/moves/descriptions.asm
+++ b/data/moves/descriptions.asm
@@ -1,5 +1,6 @@
MoveDescriptions::
; entries correspond to move ids (see constants/move_constants.asm)
+ table_width 2, MoveDescriptions
dw PoundDescription
dw KarateChopDescription
dw DoubleslapDescription
@@ -251,11 +252,13 @@ MoveDescriptions::
dw RockSmashDescription
dw WhirlpoolDescription
dw BeatUpDescription
+ assert_table_length NUM_ATTACKS
dw MoveFCDescription
dw MoveFDDescription
dw MoveFEDescription
dw MoveFFDescription
dw Move00Description
+ assert_table_length $100
MoveFCDescription:
MoveFDDescription: