diff options
Diffstat (limited to 'src/weather.c')
-rw-r--r-- | src/weather.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/weather.c b/src/weather.c index 520185441..f3c79b42c 100644 --- a/src/weather.c +++ b/src/weather.c @@ -1,9 +1,9 @@ #include "global.h" #include "weather.h" #include "asm.h" -#include "task.h" -#include "sprite.h" #include "palette.h" +#include "sprite.h" +#include "task.h" struct Weather { u8 filler_000[0x200]; |