Replace: moveId -> move, moveIdx -> moveIndex (#2134)
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user