Use correct define for moves in test runner (#6711)

This commit is contained in:
Eduardo Quezada 2025-04-28 12:09:47 -04:00 committed by GitHub
parent fc872b481e
commit 9c6fa49671
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2373,7 +2373,7 @@ void ExpectMoves(u32 sourceLine, struct BattlePokemon *battler, bool32 notExpect
s32 battlerId = battler - gBattleMons;
u32 i;
for (i = 0; i < MAX_BATTLERS_COUNT; i++)
for (i = 0; i < MAX_MON_MOVES; i++)
{
if (moves.moves[i] != MOVE_NONE)
{