Board RELs porting to PAL
This commit is contained in:
parent
7982824594
commit
dbc5a28f40
19 changed files with 483 additions and 197 deletions
|
|
@ -5,3 +5,43 @@ Sections:
|
|||
.rodata type:rodata align:8
|
||||
.data type:data align:8
|
||||
.bss type:bss align:8
|
||||
|
||||
REL/board_executor.c:
|
||||
.text start:0x00000000 end:0x000000E0
|
||||
.rodata start:0x00000000 end:0x00000010
|
||||
|
||||
REL/w06Dll/main.c:
|
||||
.text start:0x000000E0 end:0x00000D70
|
||||
.rodata start:0x00000010 end:0x00000040
|
||||
.data start:0x00000000 end:0x000001A8
|
||||
.bss start:0x00000000 end:0x00000018
|
||||
|
||||
REL/w06Dll/mg_item.c:
|
||||
.text start:0x00000D70 end:0x00004878
|
||||
.rodata start:0x00000040 end:0x000000F0
|
||||
.data start:0x000001A8 end:0x000001D8
|
||||
.bss start:0x00000018 end:0x00000048
|
||||
|
||||
REL/w06Dll/mg_coin.c:
|
||||
.text start:0x00004878 end:0x00006EF0
|
||||
.rodata start:0x000000F0 end:0x000001B0
|
||||
.data start:0x000001D8 end:0x00000208
|
||||
.bss start:0x00000048 end:0x00000090
|
||||
|
||||
REL/w06Dll/fire.c:
|
||||
.text start:0x00006EF0 end:0x00007BD0
|
||||
.rodata start:0x000001B0 end:0x000001E8
|
||||
.data start:0x00000208 end:0x00000418
|
||||
.bss start:0x00000090 end:0x000000C8
|
||||
|
||||
REL/w06Dll/bridge.c:
|
||||
.text start:0x00007BD0 end:0x00008F40
|
||||
.rodata start:0x000001E8 end:0x00000228
|
||||
.data start:0x00000418 end:0x00000498
|
||||
.bss start:0x000000C8 end:0x000000E8
|
||||
|
||||
REL/w06Dll/bowser.c:
|
||||
.text start:0x00008F40 end:0x0000D0C4
|
||||
.rodata start:0x00000228 end:0x000002D8
|
||||
.data start:0x00000498 end:0x00000541
|
||||
.bss start:0x000000E8 end:0x000000F5
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
fn_1_0 = .text:0x00000000; // type:function size:0x30
|
||||
ObjectSetup = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
fn_1_E0 = .text:0x000000E0; // type:function size:0x4C4
|
||||
fn_1_5A4 = .text:0x000005A4; // type:function size:0x18C
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x4C4
|
||||
BoardDestroy = .text:0x000005A4; // type:function size:0x18C
|
||||
fn_1_730 = .text:0x00000730; // type:function size:0x6C
|
||||
fn_1_79C = .text:0x0000079C; // type:function size:0x20
|
||||
fn_1_7BC = .text:0x000007BC; // type:function size:0x144
|
||||
|
|
@ -86,18 +86,18 @@ fn_1_7574 = .text:0x00007574; // type:function size:0x120
|
|||
fn_1_7694 = .text:0x00007694; // type:function size:0xEC
|
||||
fn_1_7780 = .text:0x00007780; // type:function size:0x1E4
|
||||
fn_1_7964 = .text:0x00007964; // type:function size:0x26C
|
||||
fn_1_7BD0 = .text:0x00007BD0; // type:function size:0x38C
|
||||
fn_1_7F5C = .text:0x00007F5C; // type:function size:0x68
|
||||
fn_1_7FC4 = .text:0x00007FC4; // type:function size:0x2C0
|
||||
fn_1_8284 = .text:0x00008284; // type:function size:0xBC
|
||||
fn_1_7BB0 = .text:0x00007BD0; // type:function size:0x38C
|
||||
fn_1_7F3C = .text:0x00007F5C; // type:function size:0x68
|
||||
fn_1_7FA4 = .text:0x00007FC4; // type:function size:0x2C0
|
||||
fn_1_8264 = .text:0x00008284; // type:function size:0xBC
|
||||
fn_1_8340 = .text:0x00008340; // type:function size:0x100
|
||||
fn_1_8440 = .text:0x00008440; // type:function size:0x70
|
||||
fn_1_84B0 = .text:0x000084B0; // type:function size:0x5C8
|
||||
fn_1_8A78 = .text:0x00008A78; // type:function size:0x4C8
|
||||
fn_1_8F40 = .text:0x00008F40; // type:function size:0x2B8
|
||||
fn_1_91F8 = .text:0x000091F8; // type:function size:0xBC
|
||||
fn_1_92B4 = .text:0x000092B4; // type:function size:0x44
|
||||
fn_1_92F8 = .text:0x000092F8; // type:function size:0xF0
|
||||
fn_1_8F20 = .text:0x00008F40; // type:function size:0x2B8
|
||||
fn_1_91D8 = .text:0x000091F8; // type:function size:0xBC
|
||||
fn_1_9294 = .text:0x000092B4; // type:function size:0x44
|
||||
fn_1_92D8 = .text:0x000092F8; // type:function size:0xF0
|
||||
fn_1_93E8 = .text:0x000093E8; // type:function size:0x10C
|
||||
fn_1_94F4 = .text:0x000094F4; // type:function size:0xD8
|
||||
fn_1_95CC = .text:0x000095CC; // type:function size:0x8B0
|
||||
|
|
@ -111,14 +111,14 @@ fn_1_BB30 = .text:0x0000BB30; // type:function size:0x1F8
|
|||
fn_1_BD28 = .text:0x0000BD28; // type:function size:0x3C
|
||||
fn_1_BD64 = .text:0x0000BD64; // type:function size:0x48
|
||||
fn_1_BDAC = .text:0x0000BDAC; // type:function size:0x37C
|
||||
fn_1_C128 = .text:0x0000C128; // type:function size:0x1AC
|
||||
fn_1_C2D4 = .text:0x0000C2D4; // type:function size:0x158
|
||||
fn_1_C108 = .text:0x0000C128; // type:function size:0x1AC
|
||||
fn_1_C2B4 = .text:0x0000C2D4; // type:function size:0x158
|
||||
fn_1_C42C = .text:0x0000C42C; // type:function size:0x5B0
|
||||
fn_1_C9DC = .text:0x0000C9DC; // type:function size:0xD0
|
||||
fn_1_CAAC = .text:0x0000CAAC; // type:function size:0x40
|
||||
fn_1_CAEC = .text:0x0000CAEC; // type:function size:0x1C4
|
||||
fn_1_CCB0 = .text:0x0000CCB0; // type:function size:0x7C
|
||||
fn_1_CD2C = .text:0x0000CD2C; // type:function size:0x398
|
||||
fn_1_CC90 = .text:0x0000CCB0; // type:function size:0x7C
|
||||
fn_1_CD0C = .text:0x0000CD2C; // type:function size:0x398
|
||||
_ctors = .ctors:0x00000000; // type:label scope:global data:4byte
|
||||
_dtors = .dtors:0x00000000; // type:label scope:global data:4byte
|
||||
lbl_1_rodata_10 = .rodata:0x00000010; // type:object size:0x4 data:float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue