summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoco-bandicoot <57553335+coco-bandicoot@users.noreply.github.com>2020-03-20 14:05:38 +1000
committercoco-bandicoot <57553335+coco-bandicoot@users.noreply.github.com>2020-03-20 14:05:38 +1000
commit99430127ae324aaed06683844fd9e83616f8d727 (patch)
treefc213d147da4c026400f57d68e2906a72edadad7
parente6b6879dc0239e75c3d8b6ff34e83f099cc3b9b6 (diff)
Edit weahter_images.asm section in order to stop errors from new tutorial readers
-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"