diff options
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
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) |