Split more minigames
This commit is contained in:
parent
52850703ee
commit
4ceef4d944
9 changed files with 73 additions and 6 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/m412Dll/main.c:
|
||||
.text start:0x000000A0 end:0x0000B660
|
||||
.rodata start:0x00000000 end:0x000001CC
|
||||
.data start:0x00000000 end:0x00000369
|
||||
.bss start:0x00000000 end:0x000007A2
|
||||
|
|
|
|||
|
|
@ -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:0x64C
|
||||
ModuleProlog = .text:0x000000A0; // type:function size:0x64C
|
||||
fn_1_6EC = .text:0x000006EC; // type:function size:0x50
|
||||
fn_1_73C = .text:0x0000073C; // type:function size:0x80
|
||||
fn_1_7BC = .text:0x000007BC; // type:function size:0xD8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue