More demo work

This commit is contained in:
LagoLunatic
2025-05-30 15:16:57 -04:00
parent 22ba12593a
commit 206c4cbc16
8 changed files with 181 additions and 140 deletions
+1 -2
View File
@@ -571,8 +571,7 @@ struct J3DZMode {
u8 getUpdateEnable() const { return j3dZModeTable[mZModeID * 3 + 2]; }
void setZModeInfo(const J3DZModeInfo& info) {
u8 compareEn = info.mCompareEnable;
mZModeID = calcZModeID(compareEn, info.mFunc, info.mUpdateEnable);
mZModeID = calcZModeID(info.mCompareEnable, info.mFunc, info.mUpdateEnable);
}
void load() const {