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,23 @@ 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/ztardll/main.c:
|
||||
.text start:0x000000A0 end:0x0000789C
|
||||
.rodata start:0x00000000 end:0x000001C0
|
||||
.data start:0x00000000 end:0x000000B0
|
||||
.bss start:0x00000000 end:0x00000070
|
||||
|
||||
REL/ztardll/font.c:
|
||||
.text start:0x0000789C end:0x00007C40
|
||||
.rodata start:0x000001C0 end:0x000001C8
|
||||
.data start:0x000000B0 end:0x00000570
|
||||
|
||||
REL/ztardll/select.c:
|
||||
.text start:0x00007C40 end:0x000123AC
|
||||
.rodata start:0x000001C8 end:0x000002A0
|
||||
.data start:0x00000570 end:0x0000081C
|
||||
.bss start:0x00000070 end:0x000002D8
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
_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:0x384
|
||||
ObjectSetup = .text:0x000000A0; // type:function size:0x384
|
||||
fn_1_424 = .text:0x00000424; // type:function size:0x1350
|
||||
fn_1_1774 = .text:0x00001774; // type:function size:0x57C
|
||||
fn_1_1CF0 = .text:0x00001CF0; // type:function size:0xB0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue