summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-29 19:03:50 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-29 19:03:50 +0200
commitf5387cf6b18b57f3620c05d652a9cf5b8bc2f347 (patch)
treea90b678261b4d5bdf44b3d69ac35a506cd857b1a /ld_script.txt
parent3c8091393ca12b8eeb26f236a997b70eea5688c6 (diff)
decompile metatile behav
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 64a43d573..4025a487f 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -92,7 +92,7 @@ SECTIONS {
src/new_game.o(.text);
asm/rom4.o(.text);
asm/fieldmap.o(.text);
- asm/metatile_behavior.o(.text);
+ src/metatile_behavior.o(.text);
asm/field_camera.o(.text);
asm/field_door.o(.text);
asm/field_player_avatar.o(.text);
@@ -349,7 +349,8 @@ SECTIONS {
src/new_game.o(.rodata);
data/rom4.o(.rodata);
data/fieldmap.o(.rodata);
- data/metatile_behavior.o(.rodata);
+ src/metatile_behavior.o(.rodata);
+ data/rom_8486FEC.o(.rodata);
data/field_door.o(.rodata);
data/field_player_avatar.o(.rodata);
data/field_map_obj.o(.rodata);