From 6ca82e5c86279258bfd4b21195d4521f26082fd4 Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 8 Jul 2020 15:30:23 -0400 Subject: Eliminate enum: use const instead, with case-by-case parallel const implementations --- data/moves/tmhm_moves.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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 -- cgit v1.2.3