diff options
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); |