mirror of
https://github.com/zeldaret/tp
synced 2026-06-16 06:45:54 -04:00
random debug objects (#2961)
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
int draw();
|
||||
int _delete();
|
||||
|
||||
u32 getSwbit() { return fopAcM_GetParamBit(this, 0, 8); }
|
||||
u32 getSwbit() { return (u8) fopAcM_GetParamBit(this, 0, 8); }
|
||||
|
||||
private:
|
||||
/* 0x568 */ request_of_phase_process_class mPhaseReq;
|
||||
|
||||
Reference in New Issue
Block a user