mirror of
https://github.com/zeldaret/oot
synced 2026-08-21 14:37:24 -04:00
Documentation for fault.c and fault_drawer.c (#1106)
* Mostly document fault and fault_drawer * FaultDrawer printf functions return s32 * Review Suggestions for comments Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * Some further review suggestions * Further changes from suggestions * Fix Fault_AddClient doc comment * Bug comment for memdump overrun, add more to Fault_PadCallback bug comment * mb -> MB, comment about bss above externs * Fix color codes Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
This commit is contained in:
+3
-3
@@ -9,10 +9,10 @@
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel sFaultStructPtr
|
||||
glabel sFaultInstance
|
||||
.space 4
|
||||
|
||||
glabel sFaultIsWaitingForInput
|
||||
glabel sFaultAwaitingInput
|
||||
.space 4
|
||||
|
||||
glabel sFaultStack
|
||||
@@ -21,5 +21,5 @@ glabel sFaultStack
|
||||
glabel sFaultThreadInfo
|
||||
.space 0x20
|
||||
|
||||
glabel gFaultStruct
|
||||
glabel gFaultMgr
|
||||
.space 0x850
|
||||
|
||||
Reference in New Issue
Block a user