From f2d3babd30c51b79c48d065f809273a10929a2ee Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 18 Nov 2018 20:04:53 +0100 Subject: [PATCH] rename to mossdeep gym --- asm/{battle_frontier_2.s => mossdeep_gym.s} | 0 ld_script.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename asm/{battle_frontier_2.s => mossdeep_gym.s} (100%) diff --git a/asm/battle_frontier_2.s b/asm/mossdeep_gym.s similarity index 100% rename from asm/battle_frontier_2.s rename to asm/mossdeep_gym.s diff --git a/ld_script.txt b/ld_script.txt index 21fff394d..ea6ef5bcd 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -268,7 +268,7 @@ SECTIONS { src/battle_arena.o(.text); src/battle_factory.o(.text); src/battle_pike.o(.text); - asm/battle_frontier_2.o(.text); + asm/mossdeep_gym.o(.text); src/battle_pyramid.o(.text); src/item_menu.o(.text); src/list_menu.o(.text);