mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user