diff options
Diffstat (limited to 'data/moves')
| -rw-r--r-- | data/moves/tmhm_moves.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/moves/tmhm_moves.asm b/data/moves/tmhm_moves.asm index 7ecf9fec8..50f423596 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,6 +31,7 @@ endc PURGE MOVE_FOR_HM n = n + 1 endr + assert_table_length NUM_TMS + NUM_HMS ; Move tutor n = 1 @@ -43,7 +45,6 @@ endc PURGE MOVE_FOR_MT n = n + 1 endr - assert_table_length NUM_TM_HM_TUTOR db 0 ; end |
