diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-09 11:27:10 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-09 11:27:10 -0400 |
| commit | 61598ad92556072233fa3bae28b07999cabf0c99 (patch) | |
| tree | 02107b2b2fd90b35c035a89f13035c6ef9d185f5 /data | |
| parent | ab0c582cbc79df7226357bc23b9e8254bcc4f053 (diff) | |
Eliminate enum: use const instead, with case-by-case parallel const implementations
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 |
