diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-16 21:43:49 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-16 21:43:49 -0400 |
commit | 7610a2dfc25a811e2918998523dd3e9b36263750 (patch) | |
tree | 59a14371e5ccf67404af6917cdc52e498d804265 /ld_script.txt | |
parent | 21e4406ab99098b6c3e42e8cfd033b41c8c225d1 (diff) |
Port field_weather_effects from emerald
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index e876d3268..01e1d0eb3 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -116,7 +116,7 @@ SECTIONS { src/reset_save_heap.o(.text); src/field_weather.o(.text); src/field_weather_util.o(.text); - asm/field_weather_effects.o(.text); + src/field_weather_effects.o(.text); src/field_fadetransition.o(.text); src/field_screen_effect.o(.text); src/battle_setup.o(.text); @@ -449,7 +449,7 @@ SECTIONS { src/title_screen.o(.rodata); src/field_weather.o(.rodata); src/field_weather_util.o(.rodata); - data/field_weather.o(.rodata); + src/field_weather_effects.o(.rodata); src/field_screen_effect.o(.rodata); src/battle_setup.o(.rodata); src/cable_club.o(.rodata); |