Fix wrong palette in palyer backsprite in recorded battle (#4875)
This commit is contained in:
parent
cd5a862b95
commit
26ef19d6c0
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ static void RecordedPlayerHandleIntroTrainerBallThrow(u32 battler)
|
||||||
else
|
else
|
||||||
trainerPicId = gSaveBlock2Ptr->playerGender + TRAINER_BACK_PIC_BRENDAN;
|
trainerPicId = gSaveBlock2Ptr->playerGender + TRAINER_BACK_PIC_BRENDAN;
|
||||||
|
|
||||||
trainerPal = gTrainerSprites[trainerPicId].palette.data;
|
trainerPal = gTrainerBacksprites[trainerPicId].palette.data;
|
||||||
BtlController_HandleIntroTrainerBallThrow(battler, 0xD6F9, trainerPal, 24, Intro_TryShinyAnimShowHealthbox);
|
BtlController_HandleIntroTrainerBallThrow(battler, 0xD6F9, trainerPal, 24, Intro_TryShinyAnimShowHealthbox);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue