mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 15:46:18 -05:00
Changed sub_8085B4C parameters to arrays
This commit is contained in:
parent
b0fc9aace1
commit
358b9f104d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user