diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-01-20 15:26:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 15:26:19 -0800 |
commit | 408fe77d7b9440d7eb5d46eda5f920572d516d67 (patch) | |
tree | 38953616b74da130bd832635bed1c605d4b0e322 /ld_script.txt | |
parent | 3cdde2a92a187d437dc7d24273177b59ab5b9511 (diff) | |
parent | c5cd6e137fbad180a21ec24a50fde76633db0c20 (diff) |
Merge pull request #93 from AnonymousRandomPerson/master
More AI decomp
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 46e4fa2..23ea939 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -187,7 +187,7 @@ SECTIONS { src/code_80428A0.o(.text); asm/code_80428A0.o(.text); src/dungeon_action.o(.text); - asm/code_804ACA0.o(.text); + asm/code_8044CC8.o(.text); src/dungeon_util.o(.text); asm/code_80450F8.o(.text); src/dungeon_visibility.o(.text); @@ -207,7 +207,10 @@ SECTIONS { asm/code_8057824.o(.text); src/code_806CD90.o(.text); asm/code_806CD90.o(.text); - asm/code_807001C.o(.text); + src/status_checks.o(.text); + asm/code_80701A4.o(.text); + src/status_checks_1.o(.text); + asm/code_8070B48.o(.text); src/dungeon_capabilities.o(.text); asm/code_8070BC0.o(.text); src/dungeon_capabilities_1.o(.text); @@ -282,7 +285,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); @@ -405,6 +408,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); |