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/items/attributes.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/items') diff --git a/data/items/attributes.asm b/data/items/attributes.asm index bb6d696..1ffab05 100644 --- a/data/items/attributes.asm +++ b/data/items/attributes.asm @@ -9,7 +9,7 @@ ENDM SECTION "data/items/attributes.asm", ROMX -ItemAttributes:: ; 68f3 +ItemAttributes:: ; ITEM_MASTER_BALL item_attribute 0, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_CLOSE ; ITEM_ULTRA_BALL -- cgit v1.2.3