diff options
Diffstat (limited to 'data/moves')
| -rw-r--r-- | data/moves/tmhm_moves.asm | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
