Replace: moveId -> move, moveIdx -> moveIndex (#2134)

This commit is contained in:
Alex
2025-05-09 17:33:23 +02:00
committed by GitHub
parent 2044bea883
commit baf5be2035
23 changed files with 133 additions and 133 deletions
+2 -2
View File
@@ -9633,9 +9633,9 @@ u32 CountAllStorageMons(void)
return count;
}
bool32 AnyStorageMonWithMove(u16 moveId)
bool32 AnyStorageMonWithMove(u16 move)
{
u16 moves[] = {moveId, MOVES_COUNT};
u16 moves[] = {move, MOVES_COUNT};
s32 i, j;
for (i = 0; i < TOTAL_BOXES_COUNT; i++)