diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-29 17:17:35 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-29 17:17:35 -0400 |
commit | a62fbd6ec1d34ccba25e117e0db60fd4100bfd8d (patch) | |
tree | d28f0320009ff4cf4955e84b4555519a1ab55b69 /ld_script.txt | |
parent | b73b15dc9c10ace5145e3d4b339ca833413a1522 (diff) | |
parent | 8d82578d3a101b06f9d2ced31738021007c4e533 (diff) |
Merge branch 'master' into pokeblock
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index c12d7a39a..737d9eadd 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -219,7 +219,6 @@ SECTIONS { src/birch_pc.o(.text); src/hof_pc.o(.text); src/field_specials.o(.text); - asm/field_specials.o(.text); asm/battle_records.o(.text); src/battle_records.o(.text); asm/battle_records.o(.text_8110494); @@ -441,7 +440,7 @@ SECTIONS { src/pokeblock.o(.rodata); data/fldeff_flash.o(.rodata); src/time_events.o(.rodata); - data/field_specials.o(.rodata); + src/field_specials.o(.rodata); data/pokedex_area_screen.o(.rodata); data/evolution_scene.o(.rodata); data/roulette.o(.rodata); |