diff options
author | coco-bandicoot <57553335+coco-bandicoot@users.noreply.github.com> | 2020-03-20 14:05:38 +1000 |
---|---|---|
committer | coco-bandicoot <57553335+coco-bandicoot@users.noreply.github.com> | 2020-03-20 14:05:38 +1000 |
commit | 99430127ae324aaed06683844fd9e83616f8d727 (patch) | |
tree | fc213d147da4c026400f57d68e2906a72edadad7 | |
parent | e6b6879dc0239e75c3d8b6ff34e83f099cc3b9b6 (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.md | 6 |
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   -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" |