Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement: LegoObject_Callback_Update
* This one function took about 6-8 hours. * It wasn't as bad as it looks at first glance. Almost every section follows the same pattern, and all sections goto the end of the update method after that. * The only issues with fixing this function were inverting like 80+ flag operations (thankfully with a python script), reorganizing logic that was using goto when it wasn't necessary, and double-checking everything after the fact. * Because of how large this function is, there's still a chance that there are mistakes with the fixed up decompilation, since it's difficult to follow along and compare everything with Ghidra.
- Loading branch information