diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-10 20:06:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 20:06:26 -0400 |
| commit | 30c327276c937e06e3c8b7990cb9029937739f8e (patch) | |
| tree | 5a0bef24e07c39c80ea3690f32af95993b6dccae /data | |
| parent | ab0c582cbc79df7226357bc23b9e8254bcc4f053 (diff) | |
| parent | a19abb50459f29c895af53c57b477c03d1e0f644 (diff) | |
Merge pull request #55 from Rangi42/master
Remove enum; add const_skip and const_next
Diffstat (limited to 'data')
| -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 2e5330d7..2834e7df 100644 --- a/data/moves/tmhm_moves.asm +++ b/data/moves/tmhm_moves.asm @@ -2,7 +2,7 @@ ; define constants for the item IDs and for the corresponding move values. TMHMMoves: -; entries correspond to *_TMNUM enums (see constants/item_constants.asm) +; entries correspond to *_TMNUM constants (see constants/item_constants.asm) ; TMs n = 1 |
