diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-10 20:06:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 20:06:25 -0400 |
| commit | 4fb008844030283ad34cb0802b088b4dd7c9891c (patch) | |
| tree | 6854c5ea9c5311b677bfbcae0616f0979b754060 /data | |
| parent | 9e4a00af4523cdfacbb6b245679e2e60fbc6b375 (diff) | |
| parent | c086de0c986330b09cd5e9fa384b950107ee4955 (diff) | |
Merge pull request #740 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 9742a6e73..28f28c24d 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 |
