summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-02-14 16:05:43 -0500
committerhuderlem <huderlem@gmail.com>2020-02-25 12:54:08 -0600
commit6eb44dc50714f184cea4453704636370263e7efc (patch)
tree98f65d1f3cacfcf7c794b5244da17edb96d58e54 /src/intro.c
parentb1d131ace2191a76d57ffe5804348a8757a39628 (diff)
Document move anims A-C
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intro.c b/src/intro.c
index 7c2303dcc..72aefd737 100644
--- a/src/intro.c
+++ b/src/intro.c
@@ -90,7 +90,7 @@
extern const struct CompressedSpriteSheet gBattleAnimPicTable[];
extern const struct CompressedSpritePalette gBattleAnimPaletteTable[];
-extern const struct SpriteTemplate gUnknown_08596C10[];
+extern const struct SpriteTemplate gAncientPowerRockSpriteTemplate[];
//ewram
EWRAM_DATA u16 gIntroCharacterGender = 0;
@@ -1782,7 +1782,7 @@ static void CreateGroudonRockSprites(u8 a0)
for (i = 0; i < 6; i++)
{
- spriteId = CreateSprite(gUnknown_08596C10, gIntroGroudonRockData[i][0], 0xA0, i);
+ spriteId = CreateSprite(gAncientPowerRockSpriteTemplate, gIntroGroudonRockData[i][0], 0xA0, i);
gSprites[spriteId].callback = SpriteCB_IntroGroudonRocks;
gSprites[spriteId].oam.priority = 0;
gSprites[spriteId].data[1] = i;