diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:10 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:10 -0400 |
| commit | ea59f5ee474e1ee56a303feef44dc7e9f30db21d (patch) | |
| tree | 98894d5ed8a8804a13f4dd51dc07bb4df87998ef /data/moves | |
| parent | b4ee57c480cf937ccd68495e7f4a56b3edbeddd8 (diff) | |
Miscellaneous cleanup
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 |
