N64Recomp / N64Recomp

Tool to statically recompile N64 games into native executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`jal` resolution/target warnings

GithubPrankster opened this issue · comments

I tested out the Paper Mario US decompilation to some success, though it threw a lot of warnings about ambiguous resolutions and being unable to find functions at a lot of jumps.

Snippet from warnings:

No function found for jal target: 0x80075110
No function found for jal target: 0x8004D9C0
No function found for jal target: 0x8004DAD8
No function found for jal target: 0x8004DF64
[Warn] Potential jal resolution ambiguity
    ._D_LFE1_0003BD40
    osSetIntMask_recomp
[Warn] Potential jal resolution ambiguity
    ._D_LFE1_0003BD40
    osSetIntMask_recomp
[Warn] Potential jal resolution ambiguity
    fx_sun_undeclared
    fx_sun  

I also got this.