Match most of data.c
This commit is contained in:
parent
cb6805a852
commit
7dbf748078
10 changed files with 761 additions and 38 deletions
|
|
@ -831,11 +831,11 @@ fn_80048F4C = .text:0x80048F4C; // type:function size:0x160
|
|||
fn_800490AC = .text:0x800490AC; // type:function size:0x10
|
||||
fn_800490BC = .text:0x800490BC; // type:function size:0x2C
|
||||
fn_800490E8 = .text:0x800490E8; // type:function size:0x140
|
||||
fn_80049228 = .text:0x80049228; // type:function size:0x2C
|
||||
fn_80049254 = .text:0x80049254; // type:function size:0x1F0
|
||||
HuAR_ARAMtoMRAM = .text:0x80049228; // type:function size:0x2C
|
||||
HuAR_ARAMtoMRAMNum = .text:0x80049254; // type:function size:0x1F0
|
||||
fn_80049444 = .text:0x80049444; // type:function size:0x44
|
||||
fn_80049488 = .text:0x80049488; // type:function size:0x8
|
||||
fn_80049490 = .text:0x80049490; // type:function size:0x58
|
||||
HuARDMACheck = .text:0x80049488; // type:function size:0x8
|
||||
HuARDirCheck = .text:0x80049490; // type:function size:0x58
|
||||
fn_800494E8 = .text:0x800494E8; // type:function size:0x68
|
||||
fn_80049550 = .text:0x80049550; // type:function size:0x390
|
||||
fn_800498E0 = .text:0x800498E0; // type:function size:0x10
|
||||
|
|
@ -2259,7 +2259,7 @@ fn_800BD7CC = .text:0x800BD7CC; // type:function size:0x14
|
|||
fn_800BD7E0 = .text:0x800BD7E0; // type:function size:0x18
|
||||
__DVDLowSetWAType = .text:0x800BD7F8; // type:function size:0x44 scope:global
|
||||
__DVDFSInit = .text:0x800BD83C; // type:function size:0x38 scope:global
|
||||
fn_800BD874 = .text:0x800BD874; // type:function size:0x2F4
|
||||
DVDConvertPathToEntrynum = .text:0x800BD874; // type:function size:0x2F4
|
||||
DVDFastOpen = .text:0x800BDB68; // type:function size:0x74
|
||||
DVDOpen = .text:0x800BDBDC; // type:function size:0xC8
|
||||
DVDClose = .text:0x800BDCA4; // type:function size:0x24
|
||||
|
|
@ -2301,7 +2301,7 @@ fn_800BFC94 = .text:0x800BFC94; // type:function size:0xD0
|
|||
DVDReadDiskID = .text:0x800BFD64; // type:function size:0xD4 scope:global
|
||||
DVDInquiryAsync = .text:0x800BFE38; // type:function size:0xD0 scope:global
|
||||
DVDReset = .text:0x800BFF08; // type:function size:0x44 scope:global
|
||||
fn_800BFF4C = .text:0x800BFF4C; // type:function size:0x4C
|
||||
DVDGetCommandBlockStatus = .text:0x800BFF4C; // type:function size:0x4C
|
||||
DVDGetDriveStatus = .text:0x800BFF98; // type:function size:0xAC scope:global
|
||||
fn_800C0044 = .text:0x800C0044; // type:function size:0x10
|
||||
fn_800C0054 = .text:0x800C0054; // type:function size:0x270
|
||||
|
|
@ -4834,7 +4834,8 @@ lbl_8011F7B4 = .data:0x8011F7B4; // type:object size:0x10
|
|||
DataDirStat = .data:0x8011F7C4; // type:object size:0x468 scope:local data:4byte
|
||||
lbl_8011FC2C = .data:0x8011FC2C; // type:object size:0x1D data:string
|
||||
lbl_8011FC49 = .data:0x8011FC49; // type:object size:0x1F data:string
|
||||
lbl_8011FC68 = .data:0x8011FC68; // type:object size:0x3C
|
||||
lbl_8011FC68 = .data:0x8011FC68; // type:object size:0x1D data:string
|
||||
lbl_8011FC85 = .data:0x8011FC85; // type:object size:0x1F data:string
|
||||
lbl_8011FCA4 = .data:0x8011FCA4; // type:object size:0x1A data:string
|
||||
lbl_8011FCBE = .data:0x8011FCBE; // type:object size:0x122
|
||||
lbl_8011FDE0 = .data:0x8011FDE0; // type:object size:0x20
|
||||
|
|
@ -5353,7 +5354,7 @@ lbl_80141FD0 = .data:0x80141FD0; // type:object size:0x20
|
|||
lbl_80141FF0 = .data:0x80141FF0; // type:object size:0x800
|
||||
padStatErrOld = .bss:0x80142800; // type:object size:0x10
|
||||
rumbleData = .bss:0x80142810; // type:object size:0x30
|
||||
ReadDataStat = .bss:0x80142840; // type:object size:0x2E00 align:32 data:4byte
|
||||
ReadDataStat = .bss:0x80142840; // type:object size:0x2E00 scope:local align:32 data:4byte
|
||||
TextBuffer = .bss:0x80145640; // type:object size:0x400
|
||||
lbl_80145A40 = .bss:0x80145A40; // type:object size:0x40
|
||||
HeapTbl = .bss:0x80145A80; // type:object size:0x14 scope:local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue