d_a_e_ymb work (#2538)

* initial work

* functions over halfway decompiled

* ymb almost equivalent

* PR cleanup
This commit is contained in:
Carco_21
2025-07-18 18:38:03 -04:00
committed by GitHub
parent 9f65aa92a7
commit 4df9e0ca12
3 changed files with 3380 additions and 2527 deletions
+2
View File
@@ -55,8 +55,10 @@ public:
u8 getYmSwbit() { return fopAcM_GetParamBit(this, 8, 8); }
u8 getSave() { return fopAcM_GetParamBit(this, 0, 6); }
void setPos(cXyz i_pos) { current.pos = i_pos; }
void setDemoMode(u8 i_mode) { mDemoMode = i_mode; }
void setMode(u8 i_mode) { mMode = i_mode; }
void setAppear() { mAppear = 1; }
u8 chkDemoMode() { return mDemoMode; }
/* 0x568 */ cXyz mLinePos[3];