diff options
author | yenatch <yenatch@gmail.com> | 2017-05-27 17:26:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-27 17:26:03 -0400 |
commit | fe13cf593a7c14480de940e413177586cc8eae2e (patch) | |
tree | 2d61979deee63bfc47cc450abb931da8f1d21b5f /ld_script.txt | |
parent | 06218139dc0b7e015850ac9dd5d8658023339a0c (diff) | |
parent | 21efe53b6805a0dcc5dcba7d1f78e9a7e7bd93c4 (diff) |
Merge pull request #308 from PikalaxALT/master
Field Map Objects
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 866dcff5e..b67fdfc73 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -92,8 +92,7 @@ SECTIONS { src/field_player_avatar.o(.text); src/field_map_obj.o(.text); asm/field_map_obj.o(.text); - src/field_map_obj.o(.text_b); - asm/field_map_obj.o(.text_805fd18); + src/field_map_obj.o(.text_fmocb2_c); src/field_ground_effect.o(.text); asm/field_ground_effect.o(.text); src/field_map_obj_helpers.o(.text); |