summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-30 15:40:19 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-30 15:40:19 -0400
commitd9878add7e63f765f9a6dc3217324e23c7b5a2a1 (patch)
tree0e5aa8e50c3b3870a3096e48e26d1f4048b3df4a /src
parent22da2dfafc892e8d07af95e715cb1ae889bccd5c (diff)
formatting
Diffstat (limited to 'src')
-rw-r--r--src/battle_ai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_ai.c b/src/battle_ai.c
index 691270d69..fa018ba22 100644
--- a/src/battle_ai.c
+++ b/src/battle_ai.c
@@ -1993,7 +1993,7 @@ static void BattleAICmd_get_item(void)
index = gBankTarget;
// this hack and a half matches. whatever. i dont care. someone else fix this mess later. PS: still cant fix this.
- AI_THINKING_STRUCT->funcResult = ewram[MULTI_DIM_ARR(index, B_16, 0x160CC)];
+ AI_THINKING_STRUCT->funcResult = ewram[MULTI_DIM_ARR(index, B_16, 0x160CC)];
gAIScriptPtr += 2;
}