Solved a bunch of -Wall errors on modern
This commit is contained in:
@@ -1148,7 +1148,7 @@ static void SpriteCB_FlygonRightHalf(struct Sprite *sprite)
|
||||
}
|
||||
|
||||
// In RS these were for Latios/Latias. In Emerald both are replaced with Flygon and now only 1 is used
|
||||
static u8 CreateIntroFlygonSprite_Unused(s16 x, s16 y)
|
||||
static u8 UNUSED CreateIntroFlygonSprite_Unused(s16 x, s16 y)
|
||||
{
|
||||
u8 leftSpriteId = CreateSprite(&sSpriteTemplate_FlygonLatios, x - 32, y, 5);
|
||||
u8 rightSpriteId = CreateSprite(&sSpriteTemplate_FlygonLatios, x + 32, y, 6);
|
||||
|
||||
Reference in New Issue
Block a user