diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 0b416109d..60f8892e6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -75,7 +75,6 @@ SECTIONS { asm/berry_crush.o(.text*); src/berry_powder.o(.text*); src/dodrio_berry_picking.o(.text*); - asm/dodrio_berry_picking.o(.text*); src/pokemon_jump.o(.text*); asm/pokemon_jump.o(.text*); src/rtc.o(.text*); @@ -447,7 +446,6 @@ SECTIONS { data/berry_crush.o(.rodata); data/berry_powder.o(.rodata); src/dodrio_berry_picking.o(.rodata); - data/dodrio_berry_picking.o(.rodata); src/pokemon_jump.o(.rodata); data/pokemon_jump.o(.rodata); src/rtc.o(.rodata); @@ -600,7 +598,6 @@ SECTIONS { src/roamer.o(.rodata); src/battle_tower.o(.rodata); src/use_pokeblock.o(.rodata); - data/use_pokeblock.o(.rodata); src/battle_controller_wally.o(.rodata); src/player_pc.o(.rodata); src/intro.o(.rodata); |