diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-26 07:55:16 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-26 07:55:16 +0800 |
commit | d99119bad5d71d356d3f5492a3df02bf64075178 (patch) | |
tree | 73067c790aec1dbbd63cf39bce1a24196c492bf1 | |
parent | 1481f9e81977b1881ea29758a1051db913219257 (diff) |
rename battle_bg.s
-rw-r--r-- | asm/battle_bg.s (renamed from asm/battle_1.s) | 0 | ||||
-rw-r--r-- | ld_script.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_1.s b/asm/battle_bg.s index 6db40cb4d..6db40cb4d 100644 --- a/asm/battle_1.s +++ b/asm/battle_bg.s diff --git a/ld_script.txt b/ld_script.txt index fd8ea9c6c..120ff1b98 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -65,7 +65,7 @@ SECTIONS { src/main_menu.o(.text); src/battle_controllers.o(.text); src/decompress.o(.text); - asm/battle_1.o(.text); + asm/battle_bg.o(.text); src/battle_main.o(.text); src/battle_util.o(.text); src/battle_script_commands.o(.text); |