diff options
author | garak <garakmon@gmail.com> | 2018-10-30 12:43:13 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-10-30 12:43:13 -0400 |
commit | 678156ff0e570b7b88c8cefaa2a44cd9e724cf64 (patch) | |
tree | 57726a8975e9b3ef02e86bf545148a9e8a076f21 | |
parent | 7747a891a2934016688c5dbaa79b86d78684d60f (diff) |
remove linker script extra
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 0e861c558..98218d16e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -476,7 +476,6 @@ SECTIONS { src/field_special_scene.o(.rodata); src/rotating_gate.o(.rodata); src/item_use.o(.rodata); - /*src/battle/anim/effects_1.o(.rodata);*/ src/effects_1.o(.rodata); src/effects_2.o(.rodata); src/water.o(.rodata); |