summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-11-06 18:41:32 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-11-06 18:41:32 +0100
commita729e9838e88a982b590aafbd6330fc80c1f32e2 (patch)
tree2b325623726b424c77fb354e7546905bd2b42758 /ld_script.txt
parenta2263207bf64439c9ad35ad5b8f0d5c5ea289d30 (diff)
move data to hall of fame c file
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 16d7e10c9..32faa58ee 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -215,7 +215,6 @@ SECTIONS {
asm/field_region_map.o(.text);
asm/battle_anim_8170478.o(.text);
src/hall_of_fame.o(.text);
- asm/hall_of_fame.o(.text);
asm/credits.o(.text);
src/lottery_corner.o(.text);
src/diploma.o(.text);
@@ -436,7 +435,7 @@ SECTIONS {
data/intro.o(.rodata);
data/field_region_map.o(.rodata);
data/battle_anim_8170478.o(.rodata);
- data/hall_of_fame.o(.rodata);
+ src/hall_of_fame.o(.rodata);
data/credits.o(.rodata);
src/lottery_corner.o(.rodata);
src/diploma.o(.rodata);