diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1eb425278..96717763d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -96,7 +96,7 @@ SECTIONS { asm/field_ground_effect.o(.text); src/field_map_obj_helpers.o(.text); src/field_message_box.o(.text); - asm/map_obj_lock.o(.text); + src/map_obj_lock.o(.text); src/text_window.o(.text); src/script.o(.text); src/scrcmd.o(.text); @@ -131,10 +131,10 @@ SECTIONS { asm/pokemon_storage_system.o(.text); src/pokemon_icon.o(.text); asm/pokemon_icon.o(.text); - asm/script_movement.o(.text); + src/script_movement.o(.text); asm/fldeff_cut.o(.text); src/mail_data.o(.text); - asm/map_name_popup.o(.text); + src/map_name_popup.o(.text); src/item_menu_icons.o(.text); asm/battle_anim_80D51AC.o(.text); src/item.o(.text); @@ -177,7 +177,7 @@ SECTIONS { asm/trader.o(.text); src/starter_choose.o(.text); src/wallclock.o(.text); - asm/rom6.o(.text); + src/rom6.o(.text); src/pokeblock.o(.text); src/fldeff_flash.o(.text); asm/post_battle_event_funcs.o(.text); @@ -433,7 +433,7 @@ SECTIONS { data/pokemon_storage_system.o(.rodata); src/pokemon_icon.o(.rodata); data/fldeff_cut.o(.rodata); - data/map_name_popup.o(.rodata); + src/map_name_popup.o(.rodata); src/item_menu_icons.o(.rodata); data/item_menu_icons.o(.rodata); data/contest.o(.rodata); |