diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 60f8892e6..f820a920e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -76,7 +76,6 @@ SECTIONS { src/berry_powder.o(.text*); src/dodrio_berry_picking.o(.text*); src/pokemon_jump.o(.text*); - asm/pokemon_jump.o(.text*); src/rtc.o(.text*); src/main_menu.o(.text*); src/battle_controllers.o(.text*); @@ -320,7 +319,6 @@ SECTIONS { src/pokenav_unk_8.o(.text*); asm/pokenav_unk_8.o(.text*); asm/pokenav_unk_9.o(.text*); - asm/pokenav_unk_10.o(.text*); src/pokenav_unk_10.o(.text*); src/pokenav_match_call_data.o(.text*); src/menu_specialized.o(.text*); @@ -363,6 +361,7 @@ SECTIONS { src/librfu_intr.o(.text*); asm/librfu_intr.o(.text*); src/librfu_rfu.o(.text*); + src/librfu.o(.text*); asm/librfu.o(.text*); asm/libagbsyscall.o(.text*); *libgcc.a:_call_via_rX.o(.text*); @@ -447,7 +446,6 @@ SECTIONS { data/berry_powder.o(.rodata); src/dodrio_berry_picking.o(.rodata); src/pokemon_jump.o(.rodata); - data/pokemon_jump.o(.rodata); src/rtc.o(.rodata); src/main_menu.o(.rodata); src/battle_controllers.o(.rodata); |