Dynamax AI sees base moves rather than promoted Max Moves #4650
Labels
bug
Bug
category: battle-ai
Pertains to Battle Engine Upgrade's AI
status: unconfirmed
This bug has not been reproduced yet
Description
When deciding which move to use, a Dynamax Pokemon will reference the base move in its moveset rather than the promoted Max Move. This is especially problematic for any status move that should be interpreted as Max Guard.
This appears to be because
gChosenMoveByBattler[gBattlerAttacker]
andgBattleMons[gBattlerAttacker].moves[gChosenMovePos]
do not promote their respective moves to the Max versions and are what the AI references.gChosenMove
, conversely, does promote the move.Version
upcoming (Edge)
Upcoming/master Version
06cbc9a
Discord contact info
Special K#8400
The text was updated successfully, but these errors were encountered: