summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Show-an-icon-for-the-current-weather.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Show-an-icon-for-the-current-weather.md b/Show-an-icon-for-the-current-weather.md
index 0fce0c8..3522dcf 100644
--- a/Show-an-icon-for-the-current-weather.md
+++ b/Show-an-icon-for-the-current-weather.md
@@ -92,8 +92,10 @@ Add these graphics to gfx/battle/weather
![sun.png](screenshots/sun_icon.png)
![sandstorm.png](screenshots/sand_icon.png)
-Creat a new file called weather_images.asm in gfx/
-```WeatherImages::
+Create a new file called weather_images.asm in gfx/
+
+```
+WeatherImages::
RainWeatherImage:
INCBIN "gfx/battle/weather/rain.2bpp"