summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-08-27 08:21:46 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-08-27 08:42:00 +0800
commita61be4c32d8b81bd0ee414f44e1b0c9095778148 (patch)
treebb3fbc3f725df83912f43bc6d9dafc4cca347c03 /src/battle_script_commands.c
parentb5162467692853dabb7765976fc7c0fa679c0f3d (diff)
parent634fe80e9dcaffc9b1cf622b3132e686e926e97f (diff)
Merge branch 'master' into battle
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index eab99b818..9d0c25fce 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -6370,7 +6370,7 @@ void atk7C_trymirrormove(void)
u16 movesArray[4];
// incorrect pointer load sequence
- // and incorrect sequence of words in data pool
+ // and incorrect layout in data pools
for (i = 0; i < 3; ++i)
movesArray[i] = 0;
for (validMovesCount = 0, i = 0; i < gBattlersCount; ++i)