diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7570ced..1f95d54 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -226,8 +226,6 @@ 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); @@ -410,7 +408,7 @@ SECTIONS { data/data_80F4DB4.o(.rodata); src/dungeon_ai_attack.o(.rodata); data/data_80F4E2C.o(.rodata); - src/dungeon_pokemon_attributes_1.o(.rodata); + src/dungeon_pokemon_attributes.o(.rodata); data/data_80F59C8.o(.rodata); src/charge_move.o(.rodata); data/data_8106A4C.o(.rodata); |