summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-09 15:30:21 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-09 15:30:21 -0400
commit4470f77b3d3cc7bcd646f8ef6511680da1887214 (patch)
tree32011d5fcf74dfb47aab7ea8ecbb87731200bbf3 /ld_script.txt
parent1b525ba7f944055462442e37ff4a91c3d11b21b9 (diff)
parente01253ebe1b527cd2df555e43427c8e54ed32196 (diff)
Merge branch 'master' into mauville_old_man
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 3abdcc5e0..5d6f0db7b 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -87,7 +87,7 @@ SECTIONS {
src/play_time.o(.text);
src/new_game.o(.text);
src/overworld.o(.text);
- asm/fieldmap.o(.text);
+ src/fieldmap.o(.text);
src/metatile_behavior.o(.text);
src/field_camera.o(.text);
src/field_door.o(.text);
@@ -395,7 +395,7 @@ SECTIONS {
src/overworld.o(.rodata);
data/tilesets.o(.rodata);
data/maps.o(.rodata);
- data/fieldmap.o(.rodata);
+ src/fieldmap.o(.rodata);
src/metatile_behavior.o(.rodata);
src/field_door.o(.rodata);
data/field_player_avatar.o(.rodata);