summaryrefslogtreecommitdiff
path: root/data/moves
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-08 15:30:23 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-08 15:30:23 -0400
commit6ca82e5c86279258bfd4b21195d4521f26082fd4 (patch)
treed4dbd62a91bf73f491b2bfbd3d801251e410b94e /data/moves
parent9e4a00af4523cdfacbb6b245679e2e60fbc6b375 (diff)
Eliminate enum: use const instead, with case-by-case parallel const implementations
Diffstat (limited to 'data/moves')
-rw-r--r--data/moves/tmhm_moves.asm2
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