N64Recomp / N64Recomp

Tool to statically recompile N64 games into native executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhandled instruction: teq

arefdsg opened this issue · comments

0x80080000 might not be the right entrypoint for paper mario 64 (and that decomp) as with this:

# Config file for PaperMario Decomp

[input]
entrypoint = 0x80025c00
# Paths are relative to the location of this config file.
elf_path = "papermario.elf"
output_func_path = "RecompiledFuncs"

i was able to get it to find the entry point and produce c files (with errors

0x80080000 might not be the right entrypoint for paper mario 64 (and that decomp) as with this:

# Config file for PaperMario Decomp

[input]
entrypoint = 0x80025c00
# Paths are relative to the location of this config file.
elf_path = "papermario.elf"
output_func_path = "RecompiledFuncs"

i was able to get it to find the entry point and produce c files (with errors

that's the same error i'm talking about in this issue