Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Ghidra was very confused about how it looked.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mostly regalloc issues.
|
|
Some matching issues, but still a good start.
|
|
|
|
|
|
|
|
|
|
`TObject.cpp`
This is to make it match the order in the original binary.
|
|
|
|
Finally, it links properly.
|
|
|
|
|
|
|
|
We're slowly getting there.
|
|
Oof, forgot an underscore.
|
|
This version comes from the Metroid Prime decompilation project.
https://github.com/PrimeDecomp/prime
|
|
iteration
Thanks to EpochFlame for suggesting this.
|
|
into it
This is necessary to get the function placement correct.
|
|
|
|
|
|
|
|
Link to project:
https://github.com/doldecomp/sms
|
|
|
|
|
|
|
|
|
|
Required a weird `volatile` typecast in the `if (!node->get_flags(4))`
block.
|
|
|