summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-22 18:47:06 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-22 18:47:06 +0200
commitf77dcef59d1b7d84b4e6ae87eaaf7830807bde1c (patch)
tree4f72969d594c374935bcca628397f0e0fefb19b4 /ld_script.txt
parentdf4e32a307c17163e9a64e5ea615ab9eb18afc4b (diff)
parent1bab62e1cd127e5e01adf839f1d74c5e59ce16bb (diff)
Merge branch 'master' into decompile_battle_controllers
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 31d2fd728..54ed8a7f8 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -226,7 +226,7 @@ SECTIONS {
src/save_failed_screen.o(.text);
src/braille_puzzles.o(.text);
asm/pokeblock_feed.o(.text);
- asm/clear_save_data_screen.o(.text);
+ src/clear_save_data_screen.o(.text);
asm/intro_credits_graphics.o(.text);
asm/evolution_graphics.o(.text);
asm/bard_music.o(.text);
@@ -295,6 +295,10 @@ SECTIONS {
src/agb_flash_1m.o(.text);
src/agb_flash_mx.o(.text);
src/siirtc.o(.text);
+ src/librfu_stwi.o(.text);
+ src/librfu_intr.o(.text);
+ asm/librfu_intr.o(.text);
+ src/librfu_rfu.o(.text);
asm/librfu.o(.text);
asm/libagbsyscall.o(.text);
tools/agbcc/lib/libgcc.a:_call_via_rX.o(.text);
@@ -443,7 +447,7 @@ SECTIONS {
src/save_failed_screen.o(.rodata);
data/braille_puzzles.o(.rodata);
data/pokeblock_feed.o(.rodata);
- data/clear_save_data_screen.o(.rodata);
+ src/clear_save_data_screen.o(.rodata);
data/intro_credits_graphics.o(.rodata);
data/evolution_graphics.o(.rodata);
data/bard_music.o(.rodata);