summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-04 11:18:50 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-04 11:18:50 +0200
commitaaa191f0d85e4a6c82a037b471a67cddb4da2c06 (patch)
tree99464c84c8c6375d90c5c637e4dbda8ec888e6d5 /ld_script.txt
parent46fe1f441f1f40633b538c9db7d24aa4439629cf (diff)
parent09d5d81c9cd2295ec1a52323c7a8337313a3b021 (diff)
Merge branch 'master' into decomp_battle2
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ld_script.txt b/ld_script.txt
index ac335b17c..f5361e8e4 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -111,7 +111,7 @@ SECTIONS {
asm/reset_rtc_screen.o(.text);
src/start_menu.o(.text);
asm/start_menu.o(.text);
- asm/tileset.o(.text);
+ src/tileset_anims.o(.text);
src/palette.o(.text);
src/sound.o(.text);
asm/battle_anim.o(.text);
@@ -249,7 +249,7 @@ SECTIONS {
asm/item_icon.o(.text);
asm/party_menu.o(.text);
asm/battle_tent.o(.text);
- asm/unk_text_util_2.o(.text);
+ src/unk_text_util_2.o(.text);
src/multiboot.o(.text);
asm/unk_81BAD84.o(.text);
asm/battle_controller_player_partner.o(.text);
@@ -357,8 +357,8 @@ SECTIONS {
data/field_tasks.o(.rodata);
data/reset_rtc_screen.o(.rodata);
data/start_menu.o(.rodata);
- data/tileset.o(.rodata);
- data/palette.o(.rodata);
+ src/tileset_anims.o(.rodata);
+ src/palette.o(.rodata);
data/fanfares.o(.rodata);
data/battle_anims.o(.rodata);
data/title_screen.o(.rodata);
@@ -454,7 +454,7 @@ SECTIONS {
data/item_icon.o(.rodata);
data/party_menu.o(.rodata);
data/battle_tent.o(.rodata);
- data/unk_text_util_2.o(.rodata);
+ src/unk_text_util_2.o(.rodata);
data/unk_81BAD84.o(.rodata);
data/battle_controller_player_partner.o(.rodata);
data/fossil_special_fldeff_groundshake.o(.rodata);