Remove unused local variables and functions

This commit is contained in:
GriffinR
2021-01-19 17:50:52 -05:00
parent c2ddb92c9e
commit b65980cd4e
46 changed files with 8 additions and 66 deletions

View File

@@ -986,8 +986,6 @@ static void SerialCB_CopyrightScreen(void)
static u8 SetUpCopyrightScreen(void)
{
u16 ime;
switch (gMain.state)
{
case 0:
@@ -1302,7 +1300,6 @@ static void Task_IntroStartBikeRide(u8 taskId)
static void Task_IntroHandleBikeAndFlygonMovement(u8 taskId)
{
s16 a;
u16 offset;
if (gIntroFrameCounter == 1856)