diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-10 15:41:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-10 15:41:38 -0400 |
| commit | bbd5b2dfed5fd22607d52e605f416ff77d3b3681 (patch) | |
| tree | 7ee2d4363d0818df47dd00ed945fe8f7c8702872 /ld_script.txt | |
| parent | a9bc506b32a13381ce60ad616cec532b82fcf660 (diff) | |
| parent | 9486d21b8dd03b651c45399eb66ef503db24c30e (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.txt | 2 |
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); |
