diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-16 18:01:33 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-16 18:01:33 -0400 |
commit | 3d9eb18add0d8a9eb5bfa77fc64cd7b1f37fea5d (patch) | |
tree | 75d0853ce38e31116d4c1ab031bdb80256133983 /ld_script.txt | |
parent | 244ef10a3ffb2f9f00526cca37cee354c5cc5b3f (diff) |
Decompile remaining Pokemon data into c objects
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 516fa143d..7617236f8 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -333,7 +333,6 @@ SECTIONS { data/main_menu.o(.rodata); data/data2.o(.rodata); src/pokemon_data.o(.rodata); - data/pokemon.o(.rodata); . = ALIGN(4); data/trig.o(.rodata); data/util.o(.rodata); |