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/m422Dll/main.c:
|
||||
.text start:0x000000A0 end:0x0000B52C
|
||||
.rodata start:0x00000000 end:0x000007AC
|
||||
.data start:0x00000000 end:0x0000195C
|
||||
.bss start:0x00000000 end:0x000001C4
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ fn_1_9410 = .text:0x00009410; // type:function size:0x4F0
|
|||
fn_1_9900 = .text:0x00009900; // type:function size:0x134C
|
||||
fn_1_AC4C = .text:0x0000AC4C; // type:function size:0x3B8
|
||||
fn_1_B004 = .text:0x0000B004; // type:function size:0x54
|
||||
fn_1_B058 = .text:0x0000B058; // type:function size:0x428
|
||||
ModuleProlog = .text:0x0000B058; // type:function size:0x428
|
||||
fn_1_B480 = .text:0x0000B480; // type:function size:0xAC
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global data:4byte
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global data:4byte
|
||||
|
|
@ -192,7 +192,7 @@ lbl_1_rodata_768 = .rodata:0x00000768; // type:object size:0x4 data:float
|
|||
lbl_1_rodata_76C = .rodata:0x0000076C; // type:object size:0x10 data:4byte
|
||||
lbl_1_rodata_77C = .rodata:0x0000077C; // type:object size:0xC data:4byte
|
||||
lbl_1_rodata_788 = .rodata:0x00000788; // type:object size:0xC data:4byte
|
||||
lbl_1_rodata_794 = .rodata:0x00000794; // type:object size:0x1 data:byte
|
||||
lbl_1_rodata_794 = .rodata:0x00000794; // type:object size:0x4 data:byte
|
||||
lbl_1_rodata_798 = .rodata:0x00000798; // type:object size:0x4 data:float
|
||||
lbl_1_rodata_79C = .rodata:0x0000079C; // type:object size:0x4 data:float
|
||||
lbl_1_rodata_7A0 = .rodata:0x000007A0; // type:object size:0x4 data:float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue