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/m414Dll/main.c:
|
||||
.text start:0x000000A0 end:0x00008EC8
|
||||
.rodata start:0x00000000 end:0x00000204
|
||||
.data start:0x00000000 end:0x0000013B
|
||||
.bss start:0x00000000 end:0x00000A14
|
||||
|
|
|
|||
|
|
@ -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:0x87C
|
||||
ModuleProlog = .text:0x000000A0; // type:function size:0x87C
|
||||
fn_1_91C = .text:0x0000091C; // type:function size:0x268
|
||||
fn_1_B84 = .text:0x00000B84; // type:function size:0x154
|
||||
fn_1_CD8 = .text:0x00000CD8; // type:function size:0x7C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue