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,23 @@ 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/m421Dll/main.c:
|
||||
.text start:0x000000A0 end:0x00004648
|
||||
.rodata start:0x00000000 end:0x00000178
|
||||
.data start:0x00000000 end:0x000000D8
|
||||
.bss start:0x00000000 end:0x00000030
|
||||
|
||||
REL/m421Dll/player.c:
|
||||
.text start:0x00004648 end:0x0000B15C
|
||||
.rodata start:0x00000178 end:0x000003D0
|
||||
.data start:0x000000D8 end:0x000002F4
|
||||
.bss start:0x00000030 end:0x00000058
|
||||
|
||||
REL/m421Dll/map.c:
|
||||
.text start:0x0000B15C end:0x0000B3DC
|
||||
.rodata start:0x000003D0 end:0x000003D4
|
||||
.bss start:0x00000058 end:0x0000005C
|
||||
|
|
|
|||
|
|
@ -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:0xD8
|
||||
fn_1_578 = .text:0x00000578; // type:function size:0x20C
|
||||
fn_1_784 = .text:0x00000784; // type:function size:0x134
|
||||
|
|
@ -240,10 +240,11 @@ lbl_1_data_40 = .data:0x00000040; // type:object size:0xC data:float
|
|||
lbl_1_data_4C = .data:0x0000004C; // type:object size:0x24
|
||||
lbl_1_data_70 = .data:0x00000070; // type:object size:0x24
|
||||
lbl_1_data_94 = .data:0x00000094; // type:object size:0xC
|
||||
lbl_1_data_A0 = .data:0x000000A0; // type:object size:0x1 data:byte
|
||||
lbl_1_data_A0 = .data:0x000000A0; // type:object size:0x4 data:byte
|
||||
lbl_1_data_A4 = .data:0x000000A4; // type:object size:0x1A data:string
|
||||
lbl_1_data_BE = .data:0x000000BE; // type:object size:0x1A
|
||||
lbl_1_data_D8 = .data:0x000000D8; // type:object size:0x2C
|
||||
lbl_1_data_BE = .data:0x000000BE; // type:object size:0x19 data:string
|
||||
lbl_1_data_D8 = .data:0x000000D8; // type:object size:0xB data:string
|
||||
lbl_1_data_E4 = .data:0x000000E4; // type:object size:0x20
|
||||
lbl_1_data_104 = .data:0x00000104; // type:object size:0x60
|
||||
lbl_1_data_164 = .data:0x00000164; // type:object size:0x20
|
||||
lbl_1_data_184 = .data:0x00000184; // type:object size:0x20
|
||||
|
|
@ -269,7 +270,7 @@ lbl_1_bss_18 = .bss:0x00000018; // type:object size:0x2 data:2byte
|
|||
lbl_1_bss_1C = .bss:0x0000001C; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_20 = .bss:0x00000020; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_24 = .bss:0x00000024; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_28 = .bss:0x00000028; // type:object size:0x8 data:4byte
|
||||
lbl_1_bss_28 = .bss:0x00000028; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_30 = .bss:0x00000030; // type:object size:0x4 data:4byte
|
||||
lbl_1_bss_34 = .bss:0x00000034; // type:object size:0x10
|
||||
lbl_1_bss_44 = .bss:0x00000044; // type:object size:0x4 data:4byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue