diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-09-28 22:22:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 22:22:09 -0400 |
commit | 154e8a271ab547e397892a2a88745e1d6f55ca92 (patch) | |
tree | db4ae87659baced2022e440109306266c1c80e3b /src/intro_credits_graphics.c | |
parent | 09fd4fc4c57796036905cdc5caaa53fb96c436f8 (diff) | |
parent | 42d2fefe0218f529f9c22f3b6b4230ca91a00de5 (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.c | 2 |
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, |