diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-02-17 21:45:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 21:45:57 -0800 |
commit | 3555fb7c945ef5152910a84390ecbd1a38ea585d (patch) | |
tree | 4237c0ab086005ea05539b8de7c10b867eec43db /ld_script.txt | |
parent | 1d64db5214b455bbd6f50ad6369ec04420e03984 (diff) | |
parent | ece475a4804a64790cfa86dfa0ba577a732adee8 (diff) |
Merge pull request #96 from AnonymousRandomPerson/master
Attack AI decomp
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 4390af2..1f95d54 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -207,6 +207,8 @@ SECTIONS { asm/code_8057144.o(.text); src/code_8057824.o(.text); asm/code_8057824.o(.text); + src/targeting.o(.text); + asm/code_8069E0C.o(.text); src/code_806CD90.o(.text); asm/code_806CD90.o(.text); src/status_checks.o(.text); @@ -224,15 +226,17 @@ SECTIONS { src/dungeon_ai_1.o(.text); asm/code_807167C.o(.text); src/dungeon_pokemon_attributes.o(.text); - asm/code_8071858.o(.text); - src/dungeon_pokemon_attributes_1.o(.text); asm/code_80718D8.o(.text); src/dungeon_ai_items.o(.text); asm/code_8073CF0.o(.text); src/dungeon_ai_movement.o(.text); asm/code_8075BA4.o(.text); src/dungeon_ai_attack.o(.text); + asm/code_807C4A0.o(.text); + src/dungeon_ai_attack_1.o(.text); asm/code_807CABC.o(.text); + src/targeting_flags.o(.text); + asm/code_807CD9C.o(.text); src/dungeon_range.o(.text); asm/code_808333C.o(.text); src/dungeon_random.o(.text); @@ -400,7 +404,11 @@ SECTIONS { data/data_80F4278.o(.rodata); src/dungeon_util.o(.rodata); data/data_80F4468.o(.rodata); - src/dungeon_pokemon_attributes_1.o(.rodata); + src/status_checks.o(.rodata); + data/data_80F4DB4.o(.rodata); + src/dungeon_ai_attack.o(.rodata); + data/data_80F4E2C.o(.rodata); + src/dungeon_pokemon_attributes.o(.rodata); data/data_80F59C8.o(.rodata); src/charge_move.o(.rodata); data/data_8106A4C.o(.rodata); |