diff options
author | MCboy <atasro2@gmail.com> | 2018-07-19 21:15:35 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 21:15:35 +0430 |
commit | 663bb3112ae4000d679d22468cf25524d2136cff (patch) | |
tree | 31e3e4659f2471a1db656f190db078734b266ae5 | |
parent | 9bb23388a53b552abadfc81d5672887523f6e932 (diff) |
add player_field_avatar.c
-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 6d5e31a25..35029ce6e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -91,6 +91,7 @@ SECTIONS { src/metatile_behavior.o(.text); src/field_camera.o(.text); src/field_door.o(.text); + src/field_player_avatar.o(.text); asm/field_player_avatar.o(.text); src/event_object_movement.o(.text); src/field_message_box.o(.text); |