summaryrefslogtreecommitdiff
path: root/src/intro_credits_graphics.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-09-28 22:22:09 -0400
committerGitHub <noreply@github.com>2021-09-28 22:22:09 -0400
commit154e8a271ab547e397892a2a88745e1d6f55ca92 (patch)
treedb4ae87659baced2022e440109306266c1c80e3b /src/intro_credits_graphics.c
parent09fd4fc4c57796036905cdc5caaa53fb96c436f8 (diff)
parent42d2fefe0218f529f9c22f3b6b4230ca91a00de5 (diff)
Merge pull request #1505 from GriffinRichards/tag-none
Add TAG_NONE
Diffstat (limited to 'src/intro_credits_graphics.c')
-rw-r--r--src/intro_credits_graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro_credits_graphics.c b/src/intro_credits_graphics.c
index ebc3d38eb..e7039e02b 100644
--- a/src/intro_credits_graphics.c
+++ b/src/intro_credits_graphics.c
@@ -79,7 +79,7 @@ static void SpriteCB_FlygonLeftHalf(struct Sprite *sprite);
static const struct SpriteTemplate sSpriteTemplate_MovingScenery =
{
.tileTag = TAG_MOVING_SCENERY,
- .paletteTag = 0xFFFF,
+ .paletteTag = TAG_NONE,
.oam = &gDummyOamData,
.anims = gDummySpriteAnimTable,
.images = NULL,