Remove unused, unneeded fields from BattleHealthboxInfo
This commit is contained in:
@@ -2082,7 +2082,7 @@ void TryShinyAnimation(u8 battler, struct Pokemon *mon)
|
||||
}
|
||||
}
|
||||
|
||||
gBattleSpritesDataPtr->healthBoxesData[battler].field_1_x1 = 1;
|
||||
gBattleSpritesDataPtr->healthBoxesData[battler].finishedShinyMonAnim = 1;
|
||||
}
|
||||
|
||||
static void AnimTask_ShinySparkles(u8 taskId)
|
||||
@@ -2165,7 +2165,7 @@ static void AnimTask_ShinySparkles_WaitSparkles(u8 taskId)
|
||||
if (gTasks[taskId].data[1] == TRUE)
|
||||
{
|
||||
battler = gTasks[taskId].data[0];
|
||||
gBattleSpritesDataPtr->healthBoxesData[battler].field_1_x1 = 1;
|
||||
gBattleSpritesDataPtr->healthBoxesData[battler].finishedShinyMonAnim = 1;
|
||||
}
|
||||
|
||||
DestroyTask(taskId);
|
||||
|
||||
Reference in New Issue
Block a user