Many core2 warning fixes

This commit is contained in:
Mr-Wiseguy
2025-08-24 16:48:55 -04:00
parent 9e141bcfc9
commit c92da68aad
29 changed files with 434 additions and 414 deletions

View File

@@ -16,4 +16,8 @@ extern struct Overlay gOverlayTable[];
extern f32 climbPoleBottom[3];
extern f32 climbPoleTop[3];
#define offsetof(st, m) \
((u32)&(((st *)0)->m))
#endif