diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-11-10 20:01:14 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-10 18:01:14 -0800 |
commit | 2e7fd90c5b65a1e5ead6695f8b24ddb53a94beb9 (patch) | |
tree | d109aec377cc39f28ee3792968a9afad369bbf2f /ld_script.txt | |
parent | cea650e783f0f57d1946f217e7164d6ce0ac1ef6 (diff) |
decompile field_door.c (#97)
* decompile
* name some functions and variables
* formatting and name more functions
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 c00e02e01..9d6400cc0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -69,7 +69,7 @@ SECTIONS { asm/fieldmap.o(.text); asm/metatile_behavior.o(.text); asm/field_camera.o(.text); - asm/field_door.o(.text); + src/field_door.o(.text); asm/field_player_avatar.o(.text); asm/field_map_obj.o(.text); asm/field_ground_effect.o(.text); |