diff options
author | Idain <luiscarlosholguinperez@outlook.com> | 2021-05-02 14:44:21 -0400 |
---|---|---|
committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-05-02 14:44:21 -0400 |
commit | 6db7dea71fba315939dacac4ce22baccb2303334 (patch) | |
tree | ad0d170e3970fc5b3d231c8f2a18200454d909d2 | |
parent | 97f540cfc939e5ad6f694d6011c1783b8722e459 (diff) |
Updated Show an icon for the current weather (markdown)
-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 |