ovl_Eff_Dust OK (#136)

* some easy functions

Signed-off-by: Angie <angheloalf95@gmail.com>

* init is cursed

Signed-off-by: Angie <angheloalf95@gmail.com>

* func_80919230 is weird

Signed-off-by: Angie <angheloalf95@gmail.com>

* I'm dumb

Signed-off-by: Angie <angheloalf95@gmail.com>

* func_80919768 nonmatching

Signed-off-by: Angie <angheloalf95@gmail.com>

* everything is wrong

Signed-off-by: Angie <angheloalf95@gmail.com>

* This thing still doesn't want to match

Signed-off-by: Angie <angheloalf95@gmail.com>

* improved a bit

Signed-off-by: Angie <angheloalf95@gmail.com>

* a bit of renaming, but it still doesn't work

Signed-off-by: Angie <angheloalf95@gmail.com>

* almost matching

* func_80919768 ok

* func_809199FC ok

* init was dumb

* add enum and other minor changes

* run format
This commit is contained in:
Anghelo Carvajal
2021-05-18 23:01:48 -04:00
committed by GitHub
parent 4d6d9c27a4
commit f3dc829456
8 changed files with 385 additions and 21 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ typedef long int Mtx_t[4][4];
typedef union {
Mtx_t m;
long long int forc_structure_alignment;
} Mtx;
} Mtx; // size = 0x40
typedef float MtxF_t[4][4];
typedef union {
@@ -38,6 +38,6 @@ typedef union {
zx, zy, zz, zw,
wx, wy, wz, ww;
};
} MtxF;
} MtxF; // size = 0x40
#endif