diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-03-11 10:10:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 10:10:49 -0800 |
commit | 30fea2d6f303e0e57b62032f56da86c8223ef1f7 (patch) | |
tree | 9636ef46bb5f555874dc8ba16c82dc79bc563a12 /ld_script.txt | |
parent | ea1aa9c0c5c3a4167912d1078fffdd5e69cbbe98 (diff) | |
parent | cf492fd141b33c21f369dfa7aabebf3c52cb8ec1 (diff) |
Merge pull request #98 from AnonymousRandomPerson/master
Finished attack AI decomp
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3af08e6..ea6c581 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -208,14 +208,18 @@ SECTIONS { asm/code_80521D0.o(.text); src/charge_move.o(.text); asm/code_8057144.o(.text); + src/move_util.o(.text); + asm/code_805744C.o(.text); src/code_8057824.o(.text); asm/code_8057824.o(.text); src/status_checker.o(.text); - asm/code_805CEB8.o(.text); + asm/code_805D8C8.o(.text); src/targeting.o(.text); asm/code_8069E0C.o(.text); src/code_806CD90.o(.text); asm/code_806CD90.o(.text); + src/type_effectiveness.o(.text); + asm/code_806E8B0.o(.text); src/status_checks.o(.text); asm/code_80701A4.o(.text); src/dungeon_movement.o(.text); @@ -238,11 +242,9 @@ SECTIONS { asm/code_8073CF0.o(.text); src/dungeon_ai_movement.o(.text); asm/code_8075BA4.o(.text); + src/status.o(.text); + asm/code_8077274.o(.text); src/dungeon_ai_attack.o(.text); - asm/code_807C4A0.o(.text); - src/dungeon_ai_attack_1.o(.text); - asm/code_807C7AC.o(.text); - src/dungeon_ai_attack_2.o(.text); asm/code_807CABC.o(.text); src/targeting_flags.o(.text); asm/code_807CD9C.o(.text); @@ -423,12 +425,16 @@ SECTIONS { data/data_80F4DB4.o(.rodata); src/dungeon_ai_attack.o(.rodata); data/data_80F4E2C.o(.rodata); + src/type_chart.o(.rodata); + data/data_80F54B4.o(.rodata); src/status_checker.o(.rodata); data/data_80F5668.o(.rodata); src/dungeon_pokemon_attributes.o(.rodata); data/data_80F59C8.o(.rodata); src/charge_move.o(.rodata); data/data_8106A4C.o(.rodata); + src/type_effectiveness.o(.data); + data/data_8106F7C.o(.rodata); src/dungeon_capabilities_1.o(.rodata); data/data_8106FB5.o(.rodata); src/dungeon_ai_targeting.o(.rodata); |