From f9f36ac0931fac9755dbd7aea7253ace4abe104d Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 28 May 2018 15:36:35 -0400 Subject: These are dex IDs, not internal indexes --- data/moves/tmhm_moves.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/moves/tmhm_moves.asm b/data/moves/tmhm_moves.asm index 1e020a9..457eb60 100644 --- a/data/moves/tmhm_moves.asm +++ b/data/moves/tmhm_moves.asm @@ -1,7 +1,10 @@ SECTION "TM/HM Moves", ROMX[$52D1],BANK[4] +; This is a nearly-sequential table of new moves. +; It was probably meant for easy testing, not as +; a final set of TM moves. + TMHMMoves: ; 04:52d1 -; entries correspond to *_TMNUM enums (see constants/item_constants.asm) ; TMs db MOVE_SKETCH db MOVE_HIDDEN_POWER -- cgit v1.2.3