diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:17 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:17 -0400 |
| commit | dbe2360ecd3eb11fd144168427e1323f5e1b2ec2 (patch) | |
| tree | d571d2f064c176a36951d3470d19053692f9e8eb /data/moves | |
| parent | 8daf8fe19c9e356df34ca8da3423618999d4405a (diff) | |
Miscellaneous cleanup
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 |
