Age | Commit message (Collapse) | Author |
|
|
|
|
|
https://github.com/projectPiki/pikmin2
|
|
|
|
|
|
|
|
`all_parents_unqueued_for_destruction()`
|
|
`queue_destruction_for_each_node()`
|
|
|
|
|
|
|
|
|
|
|
|
This will be needed for the next commit.
|
|
`render_shadows_for_each_node()`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ghidra was very confused about how it looked.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
oof, didn't notice it.
|
|
Mostly regalloc issues.
|
|
Some matching issues, but still a good start.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Makes it a bit easier to copy-paste into decomp.me
|
|
|
|
|
|
`TObject.cpp`
This is to make it match the order in the original binary.
|
|
|
|
`task_flags`
|
|
|
|
This allows for iterating multiple things within a `FOREACH_NODE`
macro.
|
|
|