diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-16 21:43:49 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-16 21:43:49 -0400 |
commit | 7610a2dfc25a811e2918998523dd3e9b36263750 (patch) | |
tree | 59a14371e5ccf67404af6917cdc52e498d804265 /include/graphics.h | |
parent | 21e4406ab99098b6c3e42e8cfd033b41c8c225d1 (diff) |
Port field_weather_effects from emerald
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 2 |
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[]; |