CreateAbilityPopup always records ability

This commit is contained in:
ghoulslash 2022-12-06 11:24:04 -05:00
parent c327655ef5
commit c8661a1bc1

View File

@ -3139,6 +3139,9 @@ void CreateAbilityPopUp(u8 battlerId, u32 ability, bool32 isDoubleBattle)
if (gBattleScripting.abilityPopupOverwrite != 0)
ability = gBattleScripting.abilityPopupOverwrite;
else
RecordAbilityBattle(battlerId, ability);
if (!gBattleStruct->activeAbilityPopUps)
{