diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-19 11:12:41 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-19 11:12:41 -0500 |
| commit | ff3fb436227a1993add63fdd9f14b61c304b37c8 (patch) | |
| tree | 9ec424760d0dab9dddd2ac938fc698c249986912 /ld_script.txt | |
| parent | d13375a4e03519feb3e9a6b0f7784f09b55b7709 (diff) | |
| parent | 89dc26755ad2818c10b37a34ed46f5c79dc571c8 (diff) | |
Merge branch 'master' of github.com:pret/pokefirered into dism_more_data
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/ld_script.txt b/ld_script.txt index a081fc537..495647b45 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -157,11 +157,11 @@ SECTIONS { asm/battle_anim_effects_1.o(.text); asm/battle_anim_effects_2.o(.text); asm/water.o(.text); - asm/fire.o(.text); - asm/electric.o(.text); - asm/ice.o(.text); - asm/fighting.o(.text); - asm/poison.o(.text); + src/fire.o(.text); + src/electric.o(.text); + src/ice.o(.text); + src/fighting.o(.text); + src/poison.o(.text); src/flying.o(.text); src/psychic.o(.text); src/bug.o(.text); @@ -276,8 +276,8 @@ SECTIONS { src/text_window.o(.text); src/quest_log_8150454.o(.text); asm/dodrio_berry_picking.o(.text); - asm/battle_controller_pokedude.o(.text); - src/unk_8159F40.o(.text); + src/battle_controller_pokedude.o(.text); + src/quest_log_815A008.o(.text); src/dodrio_berry_picking_2.o(.text); asm/dodrio_berry_picking_2.o(.text); src/teachy_tv.o(.text); @@ -448,6 +448,11 @@ SECTIONS { src/pokemon_size_record.o(.rodata); src/item_use.o(.rodata); data/battle_anim_effects_misc.o(.rodata); + src/fire.o(.rodata); + src/electric.o(.rodata); + src/ice.o(.rodata); + src/fighting.o(.rodata); + src/poison.o(.rodata); src/flying.o(.rodata); src/psychic.o(.rodata); src/bug.o(.rodata); @@ -547,7 +552,7 @@ SECTIONS { src/text_window_graphics.o(.rodata); src/quest_log_8150454.o(.rodata); data/data_8471F00.o(.rodata); - src/unk_8159F40.o(.rodata); + src/battle_controller_pokedude.o(.rodata); src/teachy_tv.o(.rodata); src/unk_815C980.o(.rodata); data/data_8471F00.o(.rodata.8479668); |
