diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-20 22:51:22 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-20 19:51:22 -0800 |
commit | 7de88d62586fd5fcb2c93b78e26f3fa99b73ecc4 (patch) | |
tree | 4ad6d3032bb52085c1b29b8344db4f150e4a3ad6 /ld_script.txt | |
parent | cf0a4dbb86f164026fa2028ef5d0d4a5a419c9c3 (diff) |
decompile first few functions of field_map_obj.c (#204)
* decompile first few functions of field_map_obj.c
* formatting
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index d60856033..a725b54b0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -78,6 +78,7 @@ SECTIONS { src/field_camera.o(.text); src/field_door.o(.text); src/field_player_avatar.o(.text); + src/field_map_obj.o(.text); asm/field_map_obj.o(.text); src/field_ground_effect.o(.text); asm/field_ground_effect.o(.text); |