summaryrefslogtreecommitdiff
path: root/src/field_weather_effect.c
diff options
context:
space:
mode:
authorSewef <elagroum@gmail.com>2019-10-15 01:26:47 +0200
committerhuderlem <huderlem@gmail.com>2019-10-14 18:26:47 -0500
commit07ac727c6d0c54d5d0f9f2a1f4c11b81f9d64cb4 (patch)
tree494f6746ef36bd07c187adfb76d51c12edb0c4b7 /src/field_weather_effect.c
parent26962b7725ffc5df719a0eea9442735b9dc04b5c (diff)
Document Oamdata in battle_anim (#838)
Diffstat (limited to 'src/field_weather_effect.c')
-rw-r--r--src/field_weather_effect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_weather_effect.c b/src/field_weather_effect.c
index 8fca02707..7f955c10a 100644
--- a/src/field_weather_effect.c
+++ b/src/field_weather_effect.c
@@ -2325,7 +2325,7 @@ static const struct SpriteTemplate sBubbleSpriteTemplate =
{
.tileTag = 0x1205,
.paletteTag = 0x1200,
- .oam = &gUnknown_08524904,
+ .oam = &gOamData_AffineOff_ObjNormal_8x8,
.anims = sBubbleSpriteAnimCmds,
.images = NULL,
.affineAnims = gDummySpriteAffineAnimTable,