diff options
Diffstat (limited to 'data/moves')
| -rw-r--r-- | data/moves/tmhm_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/moves/tmhm_moves.asm b/data/moves/tmhm_moves.asm index ed8cc6c2..47e92c59 100644 --- a/data/moves/tmhm_moves.asm +++ b/data/moves/tmhm_moves.asm @@ -17,6 +17,7 @@ endc PURGE MOVE_FOR_TM n = n + 1 endr + assert_table_length NUM_TMS ; HMs n = 1 @@ -30,7 +31,6 @@ endc PURGE MOVE_FOR_HM n = n + 1 endr - assert_table_length NUM_TM_HM db 0 ; end |
