summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Show-an-icon-for-the-current-weather.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Show-an-icon-for-the-current-weather.md b/Show-an-icon-for-the-current-weather.md
index 272c2c9..378e470 100644
--- a/Show-an-icon-for-the-current-weather.md
+++ b/Show-an-icon-for-the-current-weather.md
@@ -98,13 +98,13 @@ Create a new file called weather_images.asm in gfx/
WeatherImages::
RainWeatherImage:
-INCBIN "gfx/battle/weather/rain.2bpp"
+INCBIN "gfx/battle/weather/rain_icon.2bpp"
SunWeatherImage:
-INCBIN "gfx/battle/weather/sun.2bpp"
+INCBIN "gfx/battle/weather/sun_icon.2bpp"
SandstormWeatherImage:
-INCBIN "gfx/battle/weather/sand.2bpp"
+INCBIN "gfx/battle/weather/sand_icon.2bpp"
```
Add this section to [main.asm](../blob/master/main.asm)