Changed sub_8085B4C parameters to arrays

This commit is contained in:
AnonymousRandomPerson 2024-07-24 21:34:48 -04:00
parent b0fc9aace1
commit 358b9f104d
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,6 @@ void sub_8085930(s32 direction);
void sub_80859F0(s32 direction);
bool8 IsMovingClient(Entity *entity);
void sub_8085B0C(Entity *pokemon);
void sub_8085B4C(struct_8085B80 *a0, s16 **a1, Entity **a2, s32 a3);
void sub_8085B4C(struct_8085B80 a0[], s16 *a1[], Entity *a2[], s32 a3);
#endif

View File

@ -404,7 +404,7 @@ void sub_8085B0C(Entity *pokemon)
}
}
void sub_8085B4C(struct_8085B80 *a0, s16 **a1, Entity **a2, s32 a3)
void sub_8085B4C(struct_8085B80 a0[], s16 *a1[], Entity *a2[], s32 a3)
{
s32 i;