diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-01 12:05:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-01 12:05:58 -0400 |
commit | 1fe52085606ccd9258eea5a037c43b30fc04d7c5 (patch) | |
tree | 8db5e02d8564a95ae518039e2d454769b07d96e3 /ld_script.txt | |
parent | 1e8e5af033008e901271b3769142b81a22ba0765 (diff) |
through sub_801A02C
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 5230fee78..b9d20d72e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -56,6 +56,7 @@ SECTIONS { src/link_rfu.o(.text); src/union_room.o(.text); src/mystery_gift.o(.text); + src/union_room_player_avatar.o(.text); asm/union_room_player_avatar.o(.text); src/mevent2.o(.text); src/mevent_801BAAC.o(.text); @@ -411,6 +412,7 @@ SECTIONS { src/link_rfu.o(.rodata); src/union_room.o(.rodata); src/mystery_gift.o(.rodata); + src/union_room_player_avatar.o(.rodata); data/union_room_player_avatar.o(.rodata); src/mevent2.o(.rodata); src/mevent_801BAAC.o(.rodata); |