summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-10 15:41:38 -0400
committerGitHub <noreply@github.com>2020-03-10 15:41:38 -0400
commitbbd5b2dfed5fd22607d52e605f416ff77d3b3681 (patch)
tree7ee2d4363d0818df47dd00ed945fe8f7c8702872 /ld_script.txt
parenta9bc506b32a13381ce60ad616cec532b82fcf660 (diff)
parent9486d21b8dd03b651c45399eb66ef503db24c30e (diff)
Merge pull request #296 from PikalaxALT/field_camera
Port field_camera from Emerald
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index ef3c4a997..094bf1c88 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -90,7 +90,7 @@ SECTIONS {
asm/overworld.o(.text);
src/fieldmap.o(.text);
src/metatile_behavior.o(.text);
- asm/field_camera.o(.text);
+ src/field_camera.o(.text);
src/field_door.o(.text);
asm/field_player_avatar.o(.text);
asm/event_object_movement.o(.text);