summaryrefslogtreecommitdiff
path: root/src/field_weather_util.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-16 21:43:49 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-16 21:43:49 -0400
commit7610a2dfc25a811e2918998523dd3e9b36263750 (patch)
tree59a14371e5ccf67404af6917cdc52e498d804265 /src/field_weather_util.c
parent21e4406ab99098b6c3e42e8cfd033b41c8c225d1 (diff)
Port field_weather_effects from emerald
Diffstat (limited to 'src/field_weather_util.c')
-rw-r--r--src/field_weather_util.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/field_weather_util.c b/src/field_weather_util.c
index 40c5fbe4d..d96378e23 100644
--- a/src/field_weather_util.c
+++ b/src/field_weather_util.c
@@ -6,17 +6,6 @@
u8 TranslateWeatherNum(u8 weather);
void UpdateRainCounter(u8 newWeather, u8 oldWeather);
-const u16 gUnknown_83C2D00[] = INCBIN_U16("graphics/field_effects/unk_83C2D00.gbapal");
-const u16 gUnknown_83C2D20[] = INCBIN_U16("graphics/field_effects/unk_83C2D20.gbapal");
-const u16 gUnknown_83C2D40[] = INCBIN_U16("graphics/field_effects/unk_83C2D40.4bpp");
-const u16 gWeatherFog1Tiles[] = INCBIN_U16("graphics/field_effects/unk_83C3540.4bpp");
-const u16 gUnknown_83C3D40[] = INCBIN_U16("graphics/field_effects/unk_83C3D40.4bpp");
-const u16 gUnknown_83C4540[] = INCBIN_U16("graphics/field_effects/unk_83C4540.4bpp");
-const u16 gUnknown_83C4580[] = INCBIN_U16("graphics/field_effects/unk_83C4580.4bpp");
-const u16 gUnknown_83C45C0[] = INCBIN_U16("graphics/field_effects/unk_83C45C0.4bpp");
-const u16 gUnknown_83C55C0[] = INCBIN_U16("graphics/field_effects/unk_83C55C0.4bpp");
-const u16 gUnknown_83C5BC0[] = INCBIN_U16("graphics/field_effects/unk_83C5BC0.4bpp");
-
void SetSav1Weather(u32 weather)
{
u8 oldWeather = gSaveBlock1Ptr->weather;