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/types/type_matchups.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/types') diff --git a/data/types/type_matchups.asm b/data/types/type_matchups.asm index cebecfd..59565f6 100644 --- a/data/types/type_matchups.asm +++ b/data/types/type_matchups.asm @@ -2,7 +2,7 @@ INCLUDE "constants.asm" SECTION "data/types/type_matchups.asm", ROMX -TypeMatchups: ; 3506d +TypeMatchups: ; attacker, defender, *= db TYPE_NORMAL, TYPE_ROCK, NOT_VERY_EFFECTIVE db TYPE_NORMAL, TYPE_DARK, SUPER_EFFECTIVE -- cgit v1.2.3