diff options
Diffstat (limited to 'data/moves/tmhm_moves.asm')
-rw-r--r-- | data/moves/tmhm_moves.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/moves/tmhm_moves.asm b/data/moves/tmhm_moves.asm index 6b279f5a..0e4a79af 100644 --- a/data/moves/tmhm_moves.asm +++ b/data/moves/tmhm_moves.asm @@ -13,3 +13,5 @@ FOR n, 1, NUM_HMS + 1 db HM{02d:n}_MOVE ENDR assert_table_length NUM_TM_HM + + db -1 ; end |