From 8900eb7ad06931b78dcb91e0c2e7db583090aa06 Mon Sep 17 00:00:00 2001 From: jd-0 <44876081+jd-0@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:07:01 -0700 Subject: Remove address comments Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4} --- data/moves/tmhm_moves.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/moves') 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 -- cgit v1.2.3