Fix move description prompt window not appear when choosing a move after canceling target selection (#8055)

This commit is contained in:
FosterProgramming 2025-10-29 17:53:41 +01:00 committed by GitHub
parent ea60c32fbe
commit 712e087754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -460,6 +460,7 @@ void HandleInputChooseTarget(u32 battler)
gBattleStruct->zmove.viewing = TRUE;
ReloadMoveNames(battler);
}
TryToAddMoveInfoWindow();
DoBounceEffect(battler, BOUNCE_HEALTHBOX, 7, 1);
DoBounceEffect(battler, BOUNCE_MON, 7, 1);
EndBounceEffect(gMultiUsePlayerCursor, BOUNCE_HEALTHBOX);