diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 15:36:35 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 15:36:35 -0400 |
| commit | f9f36ac0931fac9755dbd7aea7253ace4abe104d (patch) | |
| tree | d8d97a1a34ec67b0798de88b0260505f1054c784 /data/moves | |
| parent | 16324afe6062f4ba5f82f43cb51ff2fd11188f59 (diff) | |
These are dex IDs, not internal indexes
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 |
