diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 38 |
1 files changed, 26 insertions, 12 deletions
diff --git a/ld_script.txt b/ld_script.txt index 0e8edea06..88bb22f45 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -111,7 +111,7 @@ SECTIONS { src/palette.o(.text); src/sound.o(.text); asm/battle_anim.o(.text); - asm/battle_anim_mons.o(.text); + src/battle_anim_mons.o(.text); src/task.o(.text); src/reshow_battle_screen.o(.text); asm/battle_anim_status_effects.o(.text); @@ -161,16 +161,17 @@ SECTIONS { asm/ice.o(.text); asm/fighting.o(.text); asm/poison.o(.text); - asm/flying.o(.text); - asm/psychic.o(.text); - asm/bug.o(.text); - asm/rock.o(.text); - asm/ghost.o(.text); - asm/dragon.o(.text); - asm/dark.o(.text); - asm/ground.o(.text); - asm/normal.o(.text); - asm/battle_anim_utility_funcs.o(.text); + src/flying.o(.text); + src/psychic.o(.text); + src/bug.o(.text); + src/rock.o(.text); + src/ghost.o(.text); + src/dragon.o(.text); + src/dark.o(.text); + src/ground.o(.text); + src/normal.o(.text); + src/battle_anim_utility_funcs.o(.text); + src/battle_intro.o(.text); asm/bike.o(.text); asm/easy_chat.o(.text); asm/mon_markings.o(.text); @@ -200,7 +201,7 @@ SECTIONS { src/save.o(.text); src/mystery_event_script.o(.text); asm/field_effect_helpers.o(.text); - asm/battle_anim_sound_tasks.o(.text); + src/battle_anim_sound_tasks.o(.text); src/battle_controller_safari.o(.text); src/fldeff_sweetscent.o(.text); asm/battle_anim_effects_3.o(.text); @@ -412,6 +413,7 @@ SECTIONS { src/palette.o(.rodata); src/sound.o(.rodata); data/battle_anim.o(.rodata); + src/battle_anim_mons.o(.rodata); data/map_events.o(.rodata); data/battle_anim_status_effects.o(.rodata); src/title_screen.o(.rodata); @@ -421,6 +423,18 @@ SECTIONS { src/battle_anim_mon_movement.o(.rodata); src/item.o(.rodata); data/data_835B488.o(.rodata.83DF09C); + src/flying.o(.rodata); + src/psychic.o(.rodata); + src/bug.o(.rodata); + src/rock.o(.rodata); + src/ghost.o(.rodata); + src/dragon.o(.rodata); + src/dark.o(.rodata); + src/ground.o(.rodata); + src/normal.o(.rodata); + src/battle_anim_utility_funcs.o(.rodata); + src/battle_intro.o(.rodata); + data/data_835B488.o(.rodata.83E7CFC); src/heal_location.o(.rodata); data/data_835B488.o(.rodata.83EEC98); src/battle_ai_script_commands.o(.rodata); |