Animation Cleanup: En_V* and En_W* (#1713)

* begin anim v and w

* structs

* bgId

* cleanup

* space

* more cleanup

* spacing

* Unsigned
This commit is contained in:
engineer124
2024-10-17 00:13:25 +11:00
committed by GitHub
parent 4a3f9b0f6b
commit 5dd4310285
85 changed files with 490 additions and 476 deletions
+3 -3
View File
@@ -7,8 +7,8 @@
#include "os_internal_rsp.h"
typedef struct __osHwInt {
/* 0x00 */ s32 (*handler)(void);
/* 0x04 */ void* stackEnd;
} __osHwInt; // size = 0x08
/* 0x0 */ s32 (*handler)(void);
/* 0x4 */ void* stackEnd;
} __osHwInt; // size = 0x8
#endif
+5 -5
View File
@@ -95,14 +95,14 @@ typedef struct {
typedef union {
struct {
/* 0x00 */ u8 bank;
/* 0x01 */ u8 page;
/* 0x0 */ u8 bank;
/* 0x1 */ u8 page;
} inode_t;
/* 0x00 */ u16 ipage;
} __OSInodeUnit; // size = 0x02
/* 0x0 */ u16 ipage;
} __OSInodeUnit; // size = 0x2
typedef struct {
/* 0x00 */ __OSInodeUnit inodePage[128];
/* 0x0 */ __OSInodeUnit inodePage[128];
} __OSInode; // size = 0x100
typedef struct {
+6 -6
View File
@@ -11,10 +11,10 @@ typedef s32 OSId;
typedef union {
struct {
/* 0x00 */ f32 f_odd;
/* 0x04 */ f32 f_even;
/* 0x0 */ f32 f_odd;
/* 0x4 */ f32 f_even;
} f;
} __OSfp; // size = 0x08
} __OSfp; // size = 0x8
typedef struct {
/* 0x000 */ u64 at, v0, v1, a0, a1, a2, a3;
@@ -29,9 +29,9 @@ typedef struct {
} __OSThreadContext; // size = 0x190
typedef struct {
/* 0x00 */ u32 flag;
/* 0x04 */ u32 count;
/* 0x08 */ u64 time;
/* 0x0 */ u32 flag;
/* 0x4 */ u32 count;
/* 0x8 */ u64 time;
} __OSThreadprofile; // size = 0x10
typedef struct OSThread {
+1 -1
View File
@@ -49,7 +49,7 @@ typedef struct {
/* 0x0 */ f32 factor;
/* 0x4 */ u16 offset;
/* 0x8 */ u32 scale;
} __OSViScale; // size = 0x0C
} __OSViScale; // size = 0xC
typedef struct {
/* 0x00 */ u16 state;