diff options
-rw-r--r-- | Show-an-icon-for-the-current-weather.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Show-an-icon-for-the-current-weather.md b/Show-an-icon-for-the-current-weather.md index 8ca07ea..0d5c93e 100644 --- a/Show-an-icon-for-the-current-weather.md +++ b/Show-an-icon-for-the-current-weather.md @@ -123,7 +123,7 @@ And add this section to [main.asm](../blob/master/main.asm): +INCLUDE "gfx/weather_images.asm" ``` -RGBDS will add this section to any free space in a bank unless you add `"Battle WeatherImages"` to [layout.link](../blob/master/layout.link) and specify in which bank it should be placed. +RGBDS will add this section to any free space in a bank unless you add `"Battle Weather Images"` to [layout.link](../blob/master/layout.link) and specify in which bank it should be placed. ## 3. Optimize the code |