Add fault.h and document fault.c
This commit is contained in:
parent
88a426834b
commit
7f575b6416
4 changed files with 147 additions and 156 deletions
|
|
@ -537,12 +537,12 @@ omCurrentOvlGet = .text:0x8002FF44; // type:function size:0x8
|
|||
OSPanic = .text:0x8002FF4C; // type:function size:0x150
|
||||
HuFaultInitXfbDirectDraw = .text:0x8003009C; // type:function size:0x118
|
||||
HuFaultSetXfbAddress = .text:0x800301B4; // type:function size:0x34
|
||||
XFB_WriteBackCache = .text:0x800301E8; // type:function size:0x98
|
||||
XFB_CR = .text:0x80030280; // type:function size:0x50
|
||||
XFB_puts = .text:0x800302D0; // type:function size:0xF4
|
||||
XFB_putcS = .text:0x800303C4; // type:function size:0x150
|
||||
XFB_putcProgressive = .text:0x80030514; // type:function size:0x1F0
|
||||
XFB_putcInterlace = .text:0x80030704; // type:function size:0x1B4
|
||||
XFB_WriteBackCache = .text:0x800301E8; // type:function size:0x98 scope:local
|
||||
XFB_CR = .text:0x80030280; // type:function size:0x50 scope:local
|
||||
XFB_puts = .text:0x800302D0; // type:function size:0xF4 scope:local
|
||||
XFB_putcS = .text:0x800303C4; // type:function size:0x150 scope:local
|
||||
XFB_putcProgressive = .text:0x80030514; // type:function size:0x1F0 scope:local
|
||||
XFB_putcInterlace = .text:0x80030704; // type:function size:0x1B4 scope:local
|
||||
GWInit = .text:0x800308B8; // type:function size:0x14C
|
||||
GWGameStatReset = .text:0x80030A04; // type:function size:0x318
|
||||
GWMessDelayGet = .text:0x80030D1C; // type:function size:0x4C
|
||||
|
|
@ -5778,7 +5778,7 @@ lbl_801D3488 = .sdata:0x801D3488; // type:object size:0x4 data:string
|
|||
lbl_801D348C = .sdata:0x801D348C; // type:object size:0xC
|
||||
omSysPauseEnableFlag = .sdata:0x801D3498; // type:object size:0x1 data:byte
|
||||
omprevovl = .sdata:0x801D349C; // type:object size:0x4 data:4byte
|
||||
lbl_801D34A0 = .sdata:0x801D34A0; // type:object size:0x4 data:4byte
|
||||
titleMes$442 = .sdata:0x801D34A0; // type:object size:0x4 scope:local data:4byte
|
||||
lbl_801D34A4 = .sdata:0x801D34A4; // type:object size:0xC
|
||||
lbl_801D34B0 = .sdata:0x801D34B0; // type:object size:0x1
|
||||
lbl_801D34B1 = .sdata:0x801D34B1; // type:object size:0x7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue