mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Various cleanups and matches (#2530)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user