Rainchus

Results 9 issues of Rainchus

Not sure if specifically using the shift key to highlight multiple addresses causes this, but I've only had it happen when doing so. Randomly, highlighting a bunch of addresses with...

bug

As is, if you want to copy the asm out of the diff window it copies both, which results in this https://cdn.discordapp.com/attachments/897066363951128590/1128170199313559573/image.png Since the original asm can be gotten by...

If the recompiler hits an issue where it can't recompile a function, it will display the function that failed to recompile and exit the program. This means you must recompile...

Playing a recompiled version of chameleon twist 2, I encountered 4 total graphical errors that I noticed. You can easily see 3 of the 4 issues right after booting the...

bug

The rom size limit defined [here](https://github.com/mupen64plus/mupen64plus-core/blob/e170c409fb006aa38fd02031b5eefab6886ec125/src/device/memory/memory.h#L31) should be extended to 4GiB as specified by the [n64brew documentation](https://n64brew.dev/wiki/FAQ)

Currently when you assemble/compile your code, there is no way to reference linker symbols or symbols from the generic board overlay we inject into

In [Mario Party 3's symbol_addrs.txt](https://github.com/mariopartyrd/marioparty3/blob/splatSymbolBug/symbol_addrs.txt#L769), I have two overlays that are never loaded at the same time. For some reason, flipping the order these symbols are currently in in the...