Start decompiling pad.c
This commit is contained in:
parent
332b1155eb
commit
a4b2b79f0d
4 changed files with 160 additions and 7 deletions
|
|
@ -4687,7 +4687,7 @@ lbl_8011EBB8 = .rodata:0x8011EBB8; // type:object size:0x88
|
|||
lbl_8011EC40 = .rodata:0x8011EC40; // type:object size:0x88 data:byte
|
||||
lbl_8011ECC8 = .rodata:0x8011ECC8; // type:object size:0x100
|
||||
lbl_8011EDE0 = .data:0x8011EDE0; // type:object size:0x10 data:string
|
||||
chanTbl = .data:0x8011EDF0; // type:object size:0x10
|
||||
chanTbl = .data:0x8011EDF0; // type:object size:0x10 scope:local
|
||||
correctDiskID = .data:0x8011EE00; // type:object size:0x124 scope:local
|
||||
jumptable_8011EF24 = .data:0x8011EF24; // type:object size:0x34 scope:local
|
||||
lbl_8011EF58 = .data:0x8011EF58; // type:object size:0x11 data:string
|
||||
|
|
@ -5384,8 +5384,8 @@ lbl_801405E0 = .data:0x801405E0; // type:object size:0x19E0
|
|||
lbl_80141FC0 = .data:0x80141FC0; // type:object size:0x10
|
||||
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
|
||||
padStatErrOld = .bss:0x80142800; // type:object size:0x10 scope:local
|
||||
rumbleData = .bss:0x80142810; // type:object size:0x20 scope:local
|
||||
ReadDataStat = .bss:0x80142840; // type:object size:0x2E00 scope:local align:32 data:4byte
|
||||
TextBuffer = .bss:0x80145640; // type:object size:0x400
|
||||
rmodeobj = .bss:0x80145A40; // type:object size:0x40 scope:local
|
||||
|
|
@ -5941,7 +5941,7 @@ lbl_801D39E8 = .sdata:0x801D39E8; // type:object size:0x8
|
|||
lbl_801D39F0 = .sdata:0x801D39F0; // type:object size:0x8 data:2byte
|
||||
lbl_801D39F8 = .sdata:0x801D39F8; // type:object size:0x1 data:byte
|
||||
lbl_801D3A00 = .sbss:0x801D3A00; // type:object size:0x4 data:4byte
|
||||
lbl_801D3A04 = .sbss:0x801D3A04; // type:object size:0x4 data:4byte
|
||||
HuDvdErrWait = .sbss:0x801D3A04; // type:object size:0x4 data:4byte
|
||||
lbl_801D3A08 = .sbss:0x801D3A08; // type:object size:0x4
|
||||
lbl_801D3A0C = .sbss:0x801D3A0C; // type:object size:0x4
|
||||
lbl_801D3A10 = .sbss:0x801D3A10; // type:object size:0x4
|
||||
|
|
@ -5976,8 +5976,8 @@ _PadSubStkX = .sbss:0x801D3A80; // type:object size:0x4 scope:local
|
|||
_PadStkY = .sbss:0x801D3A84; // type:object size:0x4 scope:local
|
||||
_PadStkX = .sbss:0x801D3A88; // type:object size:0x4 scope:local
|
||||
_PadRepCnt = .sbss:0x801D3A8C; // type:object size:0x8 scope:local
|
||||
_PadBtnDown = .sbss:0x801D3A94; // type:object size:0x8 scope:local
|
||||
_PadBtn = .sbss:0x801D3A9C; // type:object size:0x8 scope:local
|
||||
_PadBtnDown = .sbss:0x801D3A94; // type:object size:0x8
|
||||
_PadBtn = .sbss:0x801D3A9C; // type:object size:0x8
|
||||
HuPadErr = .sbss:0x801D3AA4; // type:object size:0x4
|
||||
HuPadDStkRep = .sbss:0x801D3AA8; // type:object size:0x4
|
||||
HuPadDStk = .sbss:0x801D3AAC; // type:object size:0x4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue