Dávid Balatoni
Dávid Balatoni
Did my PR fix the mapping in the report?
This would definitely speed up my workflow, any directions how I could help with this?
I took a look and you are right, I realized it usually only doesn't work if the type of the variable does not get recognized, for example when the array...
[This](https://decomp.me/scratch/WKbHC) is an obvious case, the type of var_r31 cannot be infered because it's heap allocated on the spot. What I would find helpful is for example getting something like...
It wouldn't be able to because the argument is `omObjData*` and its member at 0x5C (called `data`) is indeed a `void*` which later in other functions gets casted to the...
I was actually successful at implementing the feature that lets you declare the type of saved variables using a struct and it works beautifully for my needs. I'd gladly do...