More splits and RELS
m401, mpex, saf, staff have edits. Split modeltest, mstory4, present, result, saf, selmenu, and ztar
This commit is contained in:
parent
f3b922a476
commit
ddf7241695
26 changed files with 898 additions and 595 deletions
|
|
@ -5,3 +5,12 @@ Sections:
|
|||
.rodata type:rodata align:8
|
||||
.data type:data align:8
|
||||
.bss type:bss align:8
|
||||
|
||||
REL/executor.c:
|
||||
.text start:0x00000000 end:0x000000A0
|
||||
|
||||
REL/staffDll/main.c:
|
||||
.text start:0x000000A0 end:0x000012F8
|
||||
.rodata start:0x00000000 end:0x00000098
|
||||
.data start:0x00000000 end:0x00001328
|
||||
.bss start:0x00000000 end:0x0000004A
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
_prolog = .text:0x00000000; // type:function size:0x54 scope:global
|
||||
_epilog = .text:0x00000054; // type:function size:0x4C scope:global
|
||||
fn_1_A0 = .text:0x000000A0; // type:function size:0x218
|
||||
fn_1_2B8 = .text:0x000002B8; // type:function size:0x60
|
||||
fn_1_318 = .text:0x00000318; // type:function size:0x444
|
||||
fn_1_75C = .text:0x0000075C; // type:function size:0x3AC
|
||||
fn_1_B08 = .text:0x00000B08; // type:function size:0x12C
|
||||
fn_1_C34 = .text:0x00000C34; // type:function size:0x1C4
|
||||
fn_1_DF8 = .text:0x00000DF8; // type:function size:0x500
|
||||
ObjectSetup = .text:0x000000A0; // type:function size:0x218
|
||||
ExitProc = .text:0x000002B8; // type:function size:0x60 scope:local
|
||||
CreateStaff = .text:0x00000318; // type:function size:0x444 scope:local
|
||||
MoveStaff = .text:0x0000075C; // type:function size:0x3AC scope:local
|
||||
HidePicture = .text:0x00000B08; // type:function size:0x12C scope:local
|
||||
ShowPicture = .text:0x00000C34; // type:function size:0x1C4 scope:local
|
||||
MainProc = .text:0x00000DF8; // type:function size:0x500 scope:local
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global data:4byte
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global data:4byte
|
||||
lbl_1_rodata_10 = .rodata:0x00000010; // type:object size:0x4 data:float
|
||||
|
|
@ -43,13 +43,13 @@ lbl_1_rodata_88 = .rodata:0x00000088; // type:object size:0x4 data:float
|
|||
lbl_1_rodata_8C = .rodata:0x0000008C; // type:object size:0x4 data:float
|
||||
lbl_1_rodata_90 = .rodata:0x00000090; // type:object size:0x4 data:float
|
||||
lbl_1_rodata_94 = .rodata:0x00000094; // type:object size:0x4 data:float
|
||||
lbl_1_data_0 = .data:0x00000000; // type:object size:0x1308
|
||||
lbl_1_data_1308 = .data:0x00001308; // type:object size:0xC data:float
|
||||
staffData = .data:0x00000000; // type:object size:0x1308 scope:local
|
||||
staffLogoPosTbl = .data:0x00001308; // type:object size:0xC scope:local data:float
|
||||
lbl_1_data_1314 = .data:0x00001314; // type:object size:0x14 data:string
|
||||
lbl_1_bss_0 = .bss:0x00000000; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_4 = .bss:0x00000004; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_8 = .bss:0x00000008; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_C = .bss:0x0000000C; // type:object size:0x2 data:2byte
|
||||
lbl_1_bss_E = .bss:0x0000000E; // type:object size:0x2 data:2byte
|
||||
lbl_1_bss_10 = .bss:0x00000010; // type:object size:0x6 data:2byte
|
||||
lbl_1_bss_16 = .bss:0x00000016; // type:object size:0x34 data:2byte
|
||||
multiViewObj = .bss:0x00000000; // type:object size:0x4 scope:local data:4byte
|
||||
currImg = .bss:0x00000004; // type:object size:0x4 scope:local data:4byte
|
||||
staffSide = .bss:0x00000008; // type:object size:0x4 scope:local data:4byte
|
||||
thpCoverGroup = .bss:0x0000000C; // type:object size:0x2 scope:local data:2byte
|
||||
thpGroup = .bss:0x0000000E; // type:object size:0x2 scope:local data:2byte
|
||||
staffLogoGroup = .bss:0x00000010; // type:object size:0x6 scope:local data:2byte
|
||||
imgGroup = .bss:0x00000016; // type:object size:0x34 scope:local data:2byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue