diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-04-18 17:42:41 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-04-18 17:42:41 +0530 |
commit | 7700fe61fed39ecda329db5087ca30e3eb3335ee (patch) | |
tree | 33e1d5f177e81c652fdd74c5ba23110330779efc /ld_script.txt | |
parent | b818924feb77b454edbb1b44e68cd4762495cd30 (diff) |
Decompile field camera
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 66ba4e6c8..5591472e8 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -89,7 +89,7 @@ SECTIONS { src/overworld.o(.text); asm/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); src/field_map_obj.o(.text); |