diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-11-19 00:36:57 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-18 22:36:57 -0800 |
commit | c84d788ebfb4ff0f1a3dd1cf6ce820c403fbf169 (patch) | |
tree | 989233a4ce3a447980ae1787a37ec3e8c41ddeb5 /ld_script.txt | |
parent | 2405562993bcc4f3eda613b0fa443dd94573c5ab (diff) |
decompile field_camera.c (#103)
* start decompiling field_camera.c
* can't get CameraUpdate to match
* finish decompiling
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 7580985b8..6d754ef6f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -68,7 +68,7 @@ SECTIONS { src/rom4.o(.text); asm/fieldmap.o(.text); asm/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/field_map_obj.o(.text); |