diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-08 00:08:00 -0600 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-08 00:08:00 -0600 |
commit | 52e7368f30bb1a80a470bb1492b816dd6c8e97f7 (patch) | |
tree | 8f1dd5b3c9bc99f5518ba681f583cc6487245a48 /ld_script.txt | |
parent | cbf41c6bf31e16fa0ec0b60fc067429e387b5943 (diff) |
Labeled CalculateFacingDir()
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index cdfbd8f..2208bd0 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -284,7 +284,7 @@ SECTIONS { src/exclusive_pokemon.o(.text); asm/exclusive_pokemon.o(.text); src/exclusive_pokemon_1.o(.text); - src/code_80983D8.o(.text); + src/position_util.o(.text); asm/code_8098468.o(.text); src/code_8098BDC.o(.text); asm/code_8098BDC.o(.text); @@ -407,6 +407,8 @@ SECTIONS { src/rescue_team_info.o(.rodata); src/text_util.o(.rodata); data/data_810AE24.o(.rodata); + src/position_util.o(.rodata); + data/data_8115EB8.o(.rodata); data/friend_area_dialogue.o(.rodata); data/cutscenes.o(.rodata); data/cutscenes_1.o(.rodata); |