Various cleanups and matches (#2530)

This commit is contained in:
hatal175
2025-07-12 13:57:59 -07:00
committed by GitHub
parent 898b4fa3e3
commit d4768a864e
20 changed files with 367 additions and 936 deletions
+2 -1
View File
@@ -16,10 +16,11 @@ public:
daScex_c() {}
/* 80485838 */ int checkWork();
/* 80485A50 */ int execute();
inline int create();
u8 getArg1() { return (fopAcM_GetParam(this) >> 8) & 0xFF; }
u8 getArg0() { return fopAcM_GetParam(this); }
u32 getSwNo() { return fopAcM_GetParam(this) >> 0x18; }
u8 getSwNo() { return fopAcM_GetParam(this) >> 0x18; }
u16 getOffEventBit() { return home.angle.z & 0xFFF; }
u16 getOnEventBit() { return home.angle.x & 0xFFF; }
u8 getPathID() { return (fopAcM_GetParam(this) >> 0x10) & 0xFF; }