Multiple renamings; Removed some orphaned functions

This commit is contained in:
lioniac
2021-10-24 17:42:24 -03:00
parent 471608b56a
commit 0cc1d8a1b5
75 changed files with 416 additions and 486 deletions
+5 -5
View File
@@ -118,7 +118,7 @@ void HandleIntroSlide(u8 terrain)
gTasks[taskId].data[6] = 0;
}
void sub_80BC41C(u8 taskId)
void BattleIntroSlideEnd(u8 taskId)
{
DestroyTask(taskId);
gBattle_BG1_X = 0;
@@ -206,7 +206,7 @@ static void BattleIntroSlide1(u8 taskId)
}
break;
case 4:
sub_80BC41C(taskId);
BattleIntroSlideEnd(taskId);
break;
}
}
@@ -305,7 +305,7 @@ static void BattleIntroSlide2(u8 taskId)
}
break;
case 4:
sub_80BC41C(taskId);
BattleIntroSlideEnd(taskId);
break;
}
if (gTasks[taskId].data[0] != 4)
@@ -384,7 +384,7 @@ static void BattleIntroSlide3(u8 taskId)
}
break;
case 4:
sub_80BC41C(taskId);
BattleIntroSlideEnd(taskId);
break;
}
if (gTasks[taskId].data[0] != 4)
@@ -460,7 +460,7 @@ static void BattleIntroSlideLink(u8 taskId)
}
break;
case 4:
sub_80BC41C(taskId);
BattleIntroSlideEnd(taskId);
break;
}
}