mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-14 01:32:23 +01:00
Fixed mix up.
This commit is contained in:
parent
d596fa7e12
commit
27a31224aa
@ -2813,7 +2813,7 @@ static void Cmd_get_considered_move_split(void)
|
||||
|
||||
static void Cmd_get_considered_move_target(void)
|
||||
{
|
||||
AI_THINKING_STRUCT->funcResult = GetBattleMoveSplit(AI_THINKING_STRUCT->moveConsidered);
|
||||
AI_THINKING_STRUCT->funcResult = gBattleMoves[AI_THINKING_STRUCT->moveConsidered].target;
|
||||
gAIScriptPtr += 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user