Skip to content

Commit

Permalink
Merge pull request #376 from gamemasterplc/main
Browse files Browse the repository at this point in the history
Add symbols for failed to inline functions
  • Loading branch information
gamemasterplc authored Jul 29, 2024
2 parents b9c39dd + 9801291 commit 12abb88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions config/GMPE01_00/rels/m425Dll/symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ fn_1_6C08 = .text:0x00006C08; // type:function size:0xC8
fn_1_6CD0 = .text:0x00006CD0; // type:function size:0x12C
fn_1_6DFC = .text:0x00006DFC; // type:function size:0xC8
fn_1_6EC4 = .text:0x00006EC4; // type:function size:0x69D8
fn_1_D89C = .text:0x0000D89C; // type:function size:0x10
fn_1_D8AC = .text:0x0000D8AC; // type:function size:0x10
fn_1_D8BC = .text:0x0000D8BC; // type:function size:0x10
fn_1_D8CC = .text:0x0000D8CC; // type:function size:0x10
fn_1_D8DC = .text:0x0000D8DC; // type:function size:0xCC
GXTexCoord1x16 = .text:0x0000D89C; // type:function size:0x10 scope:local
GXColor1x16 = .text:0x0000D8AC; // type:function size:0x10 scope:local
GXNormal1x16 = .text:0x0000D8BC; // type:function size:0x10 scope:local
GXPosition1x16 = .text:0x0000D8CC; // type:function size:0x10 scope:local
sqrtf = .text:0x0000D8DC; // type:function size:0xCC scope:local
fn_1_D9A8 = .text:0x0000D9A8; // type:function size:0x19C
fn_1_DB44 = .text:0x0000DB44; // type:function size:0x2F8
fn_1_DE3C = .text:0x0000DE3C; // type:function size:0x3D4
Expand Down
8 changes: 4 additions & 4 deletions config/GMPE01_00/rels/m449Dll/symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ _epilog = .text:0x00000054; // type:function size:0x4C scope:global
fn_1_A0 = .text:0x000000A0; // type:function size:0x358
fn_1_3F8 = .text:0x000003F8; // type:function size:0x360
fn_1_758 = .text:0x00000758; // type:function size:0x5EB8
fn_1_6610 = .text:0x00006610; // type:function size:0x8
fn_1_6618 = .text:0x00006618; // type:function size:0x2C
fn_1_6644 = .text:0x00006644; // type:function size:0x140
fn_1_6784 = .text:0x00006784; // type:function size:0xCC
fabs = .text:0x00006610; // type:function size:0x8 scope:local
asinf = .text:0x00006618; // type:function size:0x2C scope:local
sqrt = .text:0x00006644; // type:function size:0x140 scope:local
sqrtf = .text:0x00006784; // type:function size:0xCC scope:local
fn_1_6850 = .text:0x00006850; // type:function size:0x958
fn_1_71A8 = .text:0x000071A8; // type:function size:0x39C
fn_1_7544 = .text:0x00007544; // type:function size:0x988
Expand Down
4 changes: 2 additions & 2 deletions config/GMPE01_00/rels/mgmodedll/splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ REL/executor.c:
.text start:0x00000000 end:0x000000A0

REL/mgmodedll/mgmode.c:
.text start:0x000000A0 end:0x00006C18
.text start:0x000000A0 end:0x00006D28
.rodata start:0x00000000 end:0x00000160
.data start:0x00000000 end:0x000000A0
.bss start:0x00000000 end:0x000002E0

REL/mgmodedll/free_play.c:
.text start:0x00006C18 end:0x0000D8D0
.text start:0x00006D28 end:0x0000D8D0
.rodata start:0x00000160 end:0x000002F0
.data start:0x000000A0 end:0x00000120
.bss start:0x000002E0 end:0x00000370
Expand Down

0 comments on commit 12abb88

Please sign in to comment.