Change some struct usage to their first substruct where appropriate

This commit is contained in:
Mateon1
2024-10-28 19:58:00 +01:00
parent 20a3f2251a
commit ea037dfcb5
3 changed files with 71 additions and 75 deletions

View File

@@ -42,6 +42,6 @@ void sub_800533C(ax_pose **, UnkSpriteMem **, axdata1 *, u16 *, bool8);
void AxResInitFile(axdata *, OpenedFile *, u32, u32, u32, u32, bool8);
void AxResInit(axdata *, axmain *, u32, u32, u32, u32, bool8);
void AxResInitUnorientedFile(axdata *, OpenedFile *, u32, u32, u32, bool8);
void RunAxAnimationFrame(struct axPokemon *);
void RunAxAnimationFrame(struct axObject *);
#endif // GUARD_SPRITE_H