summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-17 08:53:24 -0400
committerGitHub <noreply@github.com>2020-03-17 08:53:24 -0400
commitd52f2aa5712d042f344409d8925ed80d7109706e (patch)
treebd32fd38e0409fa6f899b6fbc02433bbccb3a237 /include/graphics.h
parentf8915246a77a4453135ac3a4e6a61c098d557451 (diff)
parent8a64f8b431b0d68453f8d4302474926adf407bb1 (diff)
Merge pull request #305 from PikalaxALT/field_weather
Field weather
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 3930861f8..8978719a8 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4322,7 +4322,7 @@ extern const u32 gSubstituteDollTilemap[];
extern const u32 gSubstituteDollPal[];
// ice
-extern const u8 gWeatherFog1Tiles[];
+extern const u8 gWeatherFogHorizontalTiles[];
extern const u32 gBattleAnimFogTilemap[];
extern const u16 gUnknown_83C2CE0[];