diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-06 19:28:57 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-06 19:28:57 -0500 |
commit | 4aa1b44315ee26fa60015a99ccd51f900e5597fd (patch) | |
tree | fdcac19f28b2e4febd96a895e72fce122b9e3b15 /ld_script.txt | |
parent | ad7a7222a538380b446f9aecde44c5222ff3b68a (diff) | |
parent | e39f55f55080108ced3ff5cb16b2181d7fec9d92 (diff) |
fix merge conflicts
Diffstat (limited to 'ld_script.txt')
-rw-r--r--[-rwxr-xr-x] | ld_script.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ld_script.txt b/ld_script.txt index f49ff62fe..f5a13b0c4 100755..100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -60,7 +60,7 @@ SECTIONS { src/battle_7.o(.text); asm/battle_8.o(.text); asm/battle_9.o(.text); - asm/battle_10.o(.text); + src/battle_10.o(.text); src/pokemon_1.o(.text); src/calculate_base_damage.o(.text); src/pokemon_2.o(.text); @@ -107,7 +107,7 @@ SECTIONS { src/field_control_avatar.o(.text); src/event_data.o(.text); src/coord_event_weather.o(.text); - asm/field_tasks.o(.text); + src/field_tasks.o(.text); src/clock.o(.text); asm/reset_rtc_screen.o(.text); asm/party_menu.o(.text); @@ -170,7 +170,7 @@ SECTIONS { asm/contest_effect.o(.text); src/record_mixing.o(.text); asm/record_mixing.o(.text); - asm/sound_check_menu.o(.text); + src/sound_check_menu.o(.text); src/secret_base.o(.text); asm/secret_base.o(.text_80BC1D0); src/tv.o(.text); @@ -180,7 +180,7 @@ SECTIONS { src/pokemon_size_record.o(.text); asm/fldeff_80C5CD4.o(.text); src/field_special_scene.o(.text); - asm/rotating_gate.o(.text); + src/rotating_gate.o(.text); src/safari_zone.o(.text); asm/contest_link_80C857C.o(.text); src/contest_link_80C857C.o(.text); @@ -213,7 +213,7 @@ SECTIONS { src/starter_choose.o(.text); src/wallclock.o(.text); src/rom6.o(.text); - asm/pokeblock.o(.text); + src/pokeblock.o(.text); asm/fldeff_flash.o(.text); src/post_battle_event_funcs.o(.text); src/time_events.o(.text); @@ -255,7 +255,7 @@ SECTIONS { src/decoration_inventory.o(.text); src/roamer.o(.text); asm/battle_tower.o(.text); - asm/use_pokeblock.o(.text); + src/use_pokeblock.o(.text); src/battle_anim_8137220.o(.text); src/player_pc.o(.text); src/intro.o(.text); @@ -336,7 +336,7 @@ SECTIONS { src/rtc.o(.rodata); data/main_menu.o(.rodata); data/data2.o(.rodata); - data/pokemon.o(.rodata); + src/pokemon_data.o(.rodata); . = ALIGN(4); src/trig.o(.rodata); data/util.o(.rodata); @@ -362,7 +362,7 @@ SECTIONS { src/script.o(.rodata); src/scrcmd.o(.rodata); src/coord_event_weather.o(.rodata); - data/field_tasks.o(.rodata); + src/field_tasks.o(.rodata); data/reset_rtc_screen.o(.rodata); data/party_menu.o(.rodata); src/start_menu.o(.rodata); @@ -410,7 +410,7 @@ SECTIONS { data/money.o(.rodata); data/contest_effect.o(.rodata); data/record_mixing.o(.rodata); - data/sound_check_menu.o(.rodata); + src/sound_check_menu.o(.rodata); data/secret_base.o(.rodata); data/tv.o(.rodata); data/contest_link_80C2020.o(.rodata); @@ -418,7 +418,7 @@ SECTIONS { data/fldeff_80C5CD4.o(.rodata); src/field_special_scene.o(.rodata); data/field_special_scene.o(.rodata); - data/rotating_gate.o(.rodata); + src/rotating_gate.o(.rodata); src/item_use.o(.rodata); data/battle_anim_80CA710.o(.rodata); src/bike.o(.rodata); @@ -438,7 +438,7 @@ SECTIONS { data/trader.o(.rodata); src/starter_choose.o(.rodata); src/wallclock.o(.rodata); - data/pokeblock.o(.rodata); + src/pokeblock.o(.rodata); data/fldeff_flash.o(.rodata); src/time_events.o(.rodata); src/field_specials.o(.rodata); @@ -461,7 +461,7 @@ SECTIONS { src/decoration_inventory.o(.rodata); src/roamer.o(.rodata); data/battle_tower.o(.rodata); - data/use_pokeblock.o(.rodata); + src/use_pokeblock.o(.rodata); data/battle_anim_8137220.o(.rodata); src/player_pc.o(.rodata); src/intro.o(.rodata); |