From a75c6619fb933dc2d4c94b24394fb6fa9335b3b1 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 9 Aug 2020 14:03:48 -0400 Subject: Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since only the debug Gold ROM is built --- data/items/names.asm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'data/items') diff --git a/data/items/names.asm b/data/items/names.asm index 3ae826d..b8d6d75 100644 --- a/data/items/names.asm +++ b/data/items/names.asm @@ -1,10 +1,6 @@ INCLUDE "constants.asm" -; if DEBUG SECTION "data/items/names.asm", ROMX -; else -; SECTION "ItemNames", ROMX[$6FE9], BANK[$01] -; endc ItemNames:: db "マスターボール@" ; MASTER_BALL -- cgit v1.2.3