summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-11-25 23:36:10 -0600
committercamthesaxman <cameronghall@cox.net>2017-11-25 23:36:10 -0600
commit0621797d3414975930335fb124580e9d58104794 (patch)
tree0ef5a6ca8943c01ae55eba1ed89154d8923b3544
parenta8c22a9f1de634d75d8ddc117bcd2fda59aac522 (diff)
rename field_weather_2.c to field_weather_effects.c
-rw-r--r--ld_script.txt4
-rw-r--r--src/field/field_weather_effects.c (renamed from src/field/field_weather_2.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 9dbd64a55..98b822576 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -111,7 +111,7 @@ SECTIONS {
src/battle/battle_anim_807B69C.o(.text);
src/scene/title_screen.o(.text);
src/field/field_weather.o(.text);
- src/field/field_weather_2.o(.text);
+ src/field/field_weather_effects.o(.text);
src/field/field_fadetransition.o(.text);
src/field/field_screen_effect.o(.text);
src/battle/battle_setup.o(.text);
@@ -370,7 +370,7 @@ SECTIONS {
src/battle/battle_anim_807B69C.o(.rodata);
src/scene/title_screen.o(.rodata);
src/field/field_weather.o(.rodata);
- src/field/field_weather_2.o(.rodata);
+ src/field/field_weather_effects.o(.rodata);
src/field/field_screen_effect.o(.rodata);
src/battle/battle_setup.o(.rodata);
src/engine/cable_club.o(.rodata);
diff --git a/src/field/field_weather_2.c b/src/field/field_weather_effects.c
index 1ae2d6e56..1ae2d6e56 100644
--- a/src/field/field_weather_2.c
+++ b/src/field/field_weather_effects.c