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);