diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-09-20 16:01:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-20 16:01:29 -0400 |
| commit | 0688c8c43a3db800a7af4b69a2efea229cf31ec5 (patch) | |
| tree | a08cd946f4b421f2d25e246df3d6d3375dc5ea05 /data/moves | |
| parent | e789ee48b65e8cc08104ef06de4b08c9ef9d117d (diff) | |
| parent | 8900eb7ad06931b78dcb91e0c2e7db583090aa06 (diff) | |
Merge pull request #72 from jd-0/master
Remove address comments
Diffstat (limited to 'data/moves')
| -rw-r--r-- | data/moves/tmhm_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/moves/tmhm_moves.asm b/data/moves/tmhm_moves.asm index 930d6ca..e92ca20 100644 --- a/data/moves/tmhm_moves.asm +++ b/data/moves/tmhm_moves.asm @@ -6,7 +6,7 @@ SECTION "data/moves/tmhm_moves.asm", ROMX ; It was probably meant for easy testing, not as ; a final set of TM moves. -TMHMMoves: ; 04:52d1 +TMHMMoves: ; TMs db MOVE_SKETCH ; TM01 db MOVE_HIDDEN_POWER ; TM02 |
