N64Recomp / N64Recomp

Tool to statically recompile N64 games into native executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function replacement with secondary ROM

Mr-Wiseguy opened this issue · comments

Built on #1, there needs to be a mechanism to replace a function with an implementation pulled from a second ROM (e.g. a modded one).

This should accept the name of the function to replace and the ROM address, VRAM address, and size of the replacement function in the second ROM to use. If any of these value are omitted, they will be assumed to be the same as that of the original function. (which would be true for classic binary patched modded ROMs).