Matched PPCArch.c, ai.c, db.c and got 99% on vi.c
This commit is contained in:
parent
692c9d32ec
commit
e2db9694ef
8 changed files with 2017 additions and 14 deletions
|
|
@ -2192,8 +2192,8 @@ __init_user = .text:0x800BB280; // type:function size:0x20 scope:global
|
|||
__init_cpp = .text:0x800BB2A0; // type:function size:0x54 scope:local
|
||||
_ExitProcess = .text:0x800BB2F4; // type:function size:0x20 scope:global
|
||||
DBInit = .text:0x800BB314; // type:function size:0x28 scope:global
|
||||
__DBExceptionDestinationAux = .text:0x800BB33C; // type:function size:0x48 scope:local
|
||||
__DBExceptionDestination = .text:0x800BB384; // type:function size:0x10 scope:global
|
||||
__DBExceptionDestinationAux = .text:0x800BB33C; // type:function size:0x48 scope:global
|
||||
__DBExceptionDestination = .text:0x800BB384; // type:function size:0x10 scope:local
|
||||
__DBIsExceptionMarked = .text:0x800BB394; // type:function size:0x1C scope:global
|
||||
DBPrintf = .text:0x800BB3B0; // type:function size:0x50 scope:global
|
||||
PSMTXIdentity = .text:0x800BB400; // type:function size:0x2C
|
||||
|
|
@ -2321,7 +2321,7 @@ __fstLoad = .text:0x800C0A04; // type:function size:0x168 scope:global
|
|||
__VIRetraceHandler = .text:0x800C0B6C; // type:function size:0x228 scope:local
|
||||
VISetPreRetraceCallback = .text:0x800C0D94; // type:function size:0x44
|
||||
VISetPostRetraceCallback = .text:0x800C0DD8; // type:function size:0x44
|
||||
getTiming = .text:0x800C0E1C; // type:function size:0x90
|
||||
getTiming = .text:0x800C0E1C; // type:function size:0x90 scope:local
|
||||
__VIInit = .text:0x800C0EAC; // type:function size:0x1F8
|
||||
VIInit = .text:0x800C10A4; // type:function size:0x478
|
||||
VIWaitForRetrace = .text:0x800C151C; // type:function size:0x54
|
||||
|
|
@ -4344,7 +4344,7 @@ ResetFunctionInfo = .data:0x8013C2E0; // type:object size:0x10 scope:local
|
|||
lbl_8013C2F0 = .data:0x8013C2F0; // type:object size:0x78
|
||||
YearDays = .data:0x8013C368; // type:object size:0x30 scope:local
|
||||
LeapYearDays = .data:0x8013C398; // type:object size:0x30 scope:local
|
||||
lbl_8013C3C8 = .data:0x8013C3C8; // type:object size:0x18 data:string
|
||||
lbl_8013C3C8 = .data:0x8013C3C8; // type:object size:0x18 scope:local data:string
|
||||
lbl_8013C3E0 = .data:0x8013C3E0; // type:object size:0xC8 data:string
|
||||
lbl_8013C4A8 = .data:0x8013C4A8; // type:object size:0x38
|
||||
lbl_8013C4E0 = .data:0x8013C4E0; // type:object size:0x34 data:string
|
||||
|
|
@ -4359,12 +4359,12 @@ ErrorTable = .data:0x8013C660; // type:object size:0x48 scope:local data:4byte
|
|||
timing = .data:0x8013C718; // type:object size:0x130 scope:local
|
||||
taps = .data:0x8013C848; // type:object size:0x32 scope:local
|
||||
jumptable_8013C87C = .data:0x8013C87C; // type:object size:0x58 scope:local
|
||||
lbl_8013C8D4 = .data:0x8013C8D4; // type:object size:0x29 data:string
|
||||
lbl_8013C900 = .data:0x8013C900; // type:object size:0x29 data:string
|
||||
lbl_8013C92C = .data:0x8013C92C; // type:object size:0x29 data:string
|
||||
lbl_8013C958 = .data:0x8013C958; // type:object size:0x29 data:string
|
||||
lbl_8013C984 = .data:0x8013C984; // type:object size:0x29 data:string
|
||||
lbl_8013C9B0 = .data:0x8013C9B0; // type:object size:0x29 data:string
|
||||
lbl_8013C8D4 = .data:0x8013C8D4; // type:object size:0x29 scope:local data:string
|
||||
lbl_8013C900 = .data:0x8013C900; // type:object size:0x29 scope:local data:string
|
||||
lbl_8013C92C = .data:0x8013C92C; // type:object size:0x29 scope:local data:string
|
||||
lbl_8013C958 = .data:0x8013C958; // type:object size:0x29 scope:local data:string
|
||||
lbl_8013C984 = .data:0x8013C984; // type:object size:0x29 scope:local data:string
|
||||
lbl_8013C9B0 = .data:0x8013C9B0; // type:object size:0x29 scope:local data:string
|
||||
DEMOFontBitmap = .data:0x8013C9E0; // type:object size:0xC00 align:32
|
||||
lbl_8013D5E0 = .data:0x8013D5E0; // type:object size:0xC data:string
|
||||
lbl_8013D5EC = .data:0x8013D5EC; // type:object size:0x28
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue