Update to work for latest builds.
This commit is contained in:
@@ -171,6 +171,7 @@ namespace PkmnLibAI {
|
||||
case CreatureLib::Library::AttackTarget::RandomOpponent: return GetOppositeIndex(user);
|
||||
case CreatureLib::Library::AttackTarget::Self: return user->GetBattleIndex();
|
||||
}
|
||||
return {};
|
||||
}
|
||||
|
||||
SimulatedResult SimulateTurn(PkmnLib::Battling::Battle* originalBattle, u8 sideIndex, u8 pokemonIndex, u8 index,
|
||||
|
||||
Reference in New Issue
Block a user