Split 4 minigames
This commit is contained in:
parent
2b39caf7db
commit
45f0930c6c
8 changed files with 121 additions and 95 deletions
|
|
@ -5,3 +5,18 @@ 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/m403Dll/main.c:
|
||||
.text start:0x000000A0 end:0x0000650C
|
||||
.rodata start:0x00000000 end:0x000001A8
|
||||
.data start:0x00000000 end:0x00000158
|
||||
.bss start:0x00000000 end:0x00000058
|
||||
|
||||
REL/m403Dll/scene.c:
|
||||
.text start:0x0000650C end:0x00008F6C
|
||||
.rodata start:0x000001A8 end:0x00000250
|
||||
.data start:0x00000158 end:0x00000BBC
|
||||
.bss start:0x00000058 end:0x000000B8
|
||||
|
|
|
|||
|
|
@ -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
|
||||
ModuleProlog = .text:0x000000A0; // type:function size:0x384
|
||||
fn_1_424 = .text:0x00000424; // type:function size:0x20
|
||||
fn_1_444 = .text:0x00000444; // type:function size:0x3E8
|
||||
fn_1_82C = .text:0x0000082C; // type:function size:0x9E8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue