Skip to content

Commit

Permalink
name mystery functions (match?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis002 committed Sep 5, 2024
1 parent 33de79f commit dd4c37b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/oot-j/splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -775,13 +775,13 @@ libc/e_acos.c:
libc/e_asin.c:
.text start:0x80160ED4 end:0x8016116C

libc/code_8016116C.c:
libc/e_atan2.c:
.text start:0x8016116C end:0x801613DC

libc/code_801613DC.c:
libc/e_exp.c:
.text start:0x801613DC end:0x80161610

libc/code_80161610.c:
libc/e_fmod.c:
.text start:0x80161610 end:0x80161940

libc/e_log.c:
Expand Down
6 changes: 3 additions & 3 deletions config/oot-j/symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4504,9 +4504,9 @@ strnicmp = .text:0x80160C08; // type:function size:0x4
itoa = .text:0x80160C0C; // type:function size:0x4
__ieee754_acos = .text:0x80160C10; // type:function size:0x2C4
__ieee754_asin = .text:0x80160ED4; // type:function size:0x298
fn_8016116C = .text:0x8016116C; // type:function size:0x270
fn_801613DC = .text:0x801613DC; // type:function size:0x234
fn_80161610 = .text:0x80161610; // type:function size:0x330
__ieee754_atan2 = .text:0x8016116C; // type:function size:0x270
__ieee754_exp = .text:0x801613DC; // type:function size:0x234
__ieee754_fmod = .text:0x80161610; // type:function size:0x330
__ieee754_log = .text:0x80161940; // type:function size:0x2B4
__ieee754_log10 = .text:0x80161BF4; // type:function size:0x114
__ieee754_pow = .text:0x80161D08; // type:function size:0x848
Expand Down

0 comments on commit dd4c37b

Please sign in to comment.