Decompile part of E3setup
Stopped at InitPlayerCnt due to needing to fix parameter type to HuWinMesMaxSizeGet. It needs to be changed to use a new 2D Vector type.
This commit is contained in:
parent
49a51164a0
commit
da91a21183
4 changed files with 588 additions and 10 deletions
|
|
@ -17,9 +17,9 @@ GetStickY = .text:0x00001C20; // type:function size:0x84 scope:local
|
|||
GetBtn = .text:0x00001CA4; // type:function size:0x90 scope:local
|
||||
GetBtnDown = .text:0x00001D34; // type:function size:0x24 scope:local
|
||||
E3PadUpdate = .text:0x00001D58; // type:function size:0xFC
|
||||
E3PadInit = .text:0x00001E54; // type:function size:0x1C0
|
||||
MotionGetMaxTime = .text:0x00002014; // type:function size:0x78
|
||||
MotionGetShiftTime = .text:0x0000208C; // type:function size:0x2C
|
||||
E3PadRead = .text:0x00001E54; // type:function size:0x1C0
|
||||
MotionMaxTimeGet = .text:0x00002014; // type:function size:0x78
|
||||
MotionShiftTimeGet = .text:0x0000208C; // type:function size:0x2C
|
||||
InitMenuControl = .text:0x000020B8; // type:function size:0xA4 scope:local
|
||||
UpdateMenuControl = .text:0x0000215C; // type:function size:0x400 scope:local
|
||||
UpdateOvlWatch = .text:0x0000255C; // type:function size:0x124 scope:local
|
||||
|
|
@ -136,9 +136,9 @@ cursorYOfsTbl = .data:0x000001F4; // type:object size:0x14 scope:local
|
|||
mgPicTbl = .data:0x00000208; // type:object size:0x34 scope:local
|
||||
startText = .data:0x0000023C; // type:object size:0x14 scope:local
|
||||
shadowPos = .data:0x00000250; // type:object size:0xC scope:local
|
||||
shadowUp = .data:0x0000025C; // type:object size:0xC scope:local
|
||||
shadowTarget = .data:0x00000268; // type:object size:0xC scope:local
|
||||
lbl_2_data_274 = .data:0x00000274; // type:object size:0x60
|
||||
shadowTarget = .data:0x0000025C; // type:object size:0xC scope:local
|
||||
shadowUp = .data:0x00000268; // type:object size:0xC scope:local
|
||||
lbl_2_data_274 = .data:0x00000274; // type:object size:0x60 data:float
|
||||
playerCntTbl = .data:0x000002D4; // type:object size:0x8 scope:local
|
||||
charTbl = .data:0x000002DC; // type:object size:0x10 scope:local
|
||||
charSfxTbl = .data:0x000002EC; // type:object size:0x20 scope:local
|
||||
|
|
@ -166,8 +166,9 @@ mgPicObj = .bss:0x00000018; // type:object size:0x4 scope:local data:4byte
|
|||
mgSelectObj = .bss:0x0000001C; // type:object size:0x4 scope:local data:4byte
|
||||
mgInterface = .bss:0x00000020; // type:object size:0x4 scope:local data:4byte
|
||||
mgDefault = .bss:0x00000024; // type:object size:0x2 scope:local data:2byte
|
||||
lbl_2_bss_28 = .bss:0x00000028; // type:object size:0xC data:2byte
|
||||
lbl_2_bss_34 = .bss:0x00000034; // type:object size:0x2 scope:local data:2byte
|
||||
repBtn = .bss:0x00000028; // type:object size:0x2 scope:local data:2byte
|
||||
lbl_2_bss_2A = .bss:0x0000002A; // type:object size:0xA data:2byte
|
||||
lbl_2_bss_34 = .bss:0x00000034; // type:object size:0x2 data:2byte
|
||||
lbl_2_bss_36 = .bss:0x00000036; // type:object size:0x2 data:2byte
|
||||
lbl_2_bss_38 = .bss:0x00000038; // type:object size:0x2 data:2byte
|
||||
lbl_2_bss_3A = .bss:0x0000003A; // type:object size:0x2 data:2byte
|
||||
|
|
@ -184,7 +185,7 @@ e3BGObj = .bss:0x00000070; // type:object size:0x4 data:4byte
|
|||
configModeObj = .bss:0x00000074; // type:object size:0x10 scope:local data:4byte
|
||||
lbl_2_bss_84 = .bss:0x00000084; // type:object size:0x8 data:4byte
|
||||
cameraObj = .bss:0x0000008C; // type:object size:0x4 scope:local data:4byte
|
||||
lbl_2_bss_90 = .bss:0x00000090; // type:object size:0x4 data:4byte
|
||||
e3OvlWatchObj = .bss:0x00000090; // type:object size:0x4 data:4byte
|
||||
e3ViewObj = .bss:0x00000094; // type:object size:0x4 data:4byte
|
||||
e3MenuMainObj = .bss:0x00000098; // type:object size:0x4 data:4byte
|
||||
e3CameraFov = .bss:0x0000009C; // type:object size:0x4 data:float
|
||||
|
|
@ -195,7 +196,7 @@ e3NextOvl = .bss:0x000000AC; // type:object size:0x4 data:4byte
|
|||
lbl_2_bss_B0 = .bss:0x000000B0; // type:object size:0x4 data:4byte
|
||||
e3ExitEnableF = .bss:0x000000B4; // type:object size:0x4 data:4byte
|
||||
e3EvtNo = .bss:0x000000B8; // type:object size:0x4 scope:local data:4byte
|
||||
e3ConfigPlayerF = .bss:0x000000BC; // type:object size:0x2 data:2byte
|
||||
e3ConfigPlayerCnt = .bss:0x000000BC; // type:object size:0x2 data:2byte
|
||||
e3PadCtrl = .bss:0x000000BE; // type:object size:0x2 data:2byte
|
||||
e3PadData = .bss:0x000000C0; // type:object size:0x20
|
||||
configE3 = .bss:0x000000E0; // type:object size:0x18 scope:local data:2byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue