1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 21:04:43 +00:00
oot/asm/non_matchings/code/fault
jacobly0 e29442f1a9
Decomp and matching in fault.c and game.c (#265)
* Match Fault_WaitForInputImpl.

* Decomp Fault_AddAddrConvClient, similar issues as Fault_AddClient.

* Decomp Fault_WaitForButtonCombo, regalloc issues.

* Rename func_800D59F8 to Fault_WalkStack.

* Decomp Fault_DrawStackTrace.

* Decomp Fault_WalkStack.

* Decomp Fault_LogStackTrace.

* Match Fault_ThreadEntry.

* Improve Fault_DrawMemDump matching.

* Improve code consistency in fault.c.

* Match GameState_Update.

* Match GameState_Realloc.

* Match GameState_DrawInputDisplay.

* Trivial cleanup of sBtnChars.
2020-07-18 05:55:35 -04:00
..
Fault_AddAddrConvClient.s Big actor cleanup (fixed) (#69) 2020-04-14 14:16:34 -04:00
Fault_AddClient.s First proper commit. 2020-03-17 00:31:30 -04:00
Fault_DrawMemDump.s First proper commit. 2020-03-17 00:31:30 -04:00
Fault_WaitForButtonCombo.s Big actor cleanup (fixed) (#69) 2020-04-14 14:16:34 -04:00