Split 1 vs 3 minigames
This commit is contained in:
parent
56cfa0740a
commit
85a22ee7e0
19 changed files with 259 additions and 39 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/m419Dll/main.c:
|
||||
.text start:0x000000A0 end:0x000108E0
|
||||
.rodata start:0x00000000 end:0x0000022C
|
||||
.data start:0x00000000 end:0x000000C7
|
||||
.bss start:0x00000000 end:0x000005C4
|
||||
|
|
|
|||
|
|
@ -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:0x400
|
||||
ModuleProlog = .text:0x000000A0; // type:function size:0x400
|
||||
fn_1_4A0 = .text:0x000004A0; // type:function size:0xDC
|
||||
fn_1_57C = .text:0x0000057C; // type:function size:0x2CC
|
||||
fn_1_848 = .text:0x00000848; // type:function size:0x288
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue