Minimap fixes (needs change for intensityI8 in aurora) and some other BE fixes

This commit is contained in:
Lurs
2026-03-31 11:38:59 +02:00
parent 487c9b030e
commit c1e905ee74
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ bool isTexNoReg(void* pDL) {
}
u16 getTexNoReg(void* pDL) {
u32 var_r31 = *(u32*)((u8*)pDL + 1);
u32 var_r31 = *(BE(u32)*)((u8*)pDL + 1);
return var_r31 & 0xFFFFFF;
}