diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 20:04:53 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 20:04:53 +0100 |
commit | f2d3babd30c51b79c48d065f809273a10929a2ee (patch) | |
tree | ab117a11b93c66c0c333300b2e053a77275bae8e | |
parent | 4803a31b84431a1e631c544af3eca8fd098b4dce (diff) |
rename to mossdeep gym
-rw-r--r-- | asm/mossdeep_gym.s (renamed from asm/battle_frontier_2.s) | 0 | ||||
-rw-r--r-- | ld_script.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_frontier_2.s b/asm/mossdeep_gym.s index 34dfb9429..34dfb9429 100644 --- a/asm/battle_frontier_2.s +++ b/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); |