diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-10 15:19:50 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-10 15:19:50 -0400 |
commit | 4594c5dac9f312b28972ab2803de75ac94ba6357 (patch) | |
tree | 342148699aa98a01a0ac0ca30802592071e6575b /ld_script.txt | |
parent | a9bc506b32a13381ce60ad616cec532b82fcf660 (diff) |
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); |