diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 09:43:49 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 09:43:49 -0400 |
commit | ee3dc1edda08ae6e2bab34b8555ec410f1a930a9 (patch) | |
tree | 5b5ce81271409339f65fabe4ff8b8e735b011b1b /ld_script.txt | |
parent | 86df6d10736e1b680e874d7440f478fe5ddf8105 (diff) |
Some more functions, including some swiss-cheesing that got out of hand
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 702c51ec2..1e2e72f67 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -95,6 +95,8 @@ SECTIONS { asm/field_player_avatar.o(.text); src/field_map_obj.o(.text); asm/field_map_obj.o(.text); + src/field_map_obj.o(.text.get_face_direction_anim_id); + asm/field_map_obj.o(.text.get_simple_go_anim_id); asm/field_ground_effect.o(.text); asm/map_obj_8097404.o(.text); asm/field_message_box.o(.text); |