random debug objects (#2961)

This commit is contained in:
Niklas Bauer
2025-12-17 10:26:51 +01:00
committed by GitHub
parent 6a02f5b387
commit c0bdb153b5
5 changed files with 67 additions and 35 deletions
+1 -1
View File
@@ -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;