N64Recomp / N64Recomp

Tool to statically recompile N64 games into native executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subsystem (TransferPak, MemoryCard)

IngwiePhoenix opened this issue · comments

Hello there!

I have yet to read the source in full, but the first thing that immediately came to my mind was support for accessories such as the TransferPak for Pokémon Stadium. Sure, it'll be perfectly fine for single-player stuff, but the real fun starts with the addition of players' own cartridges and pokémon. So, I wanted to ask about compatibility with that.

This is a super neat project - digging into this source will be very interesting!

Kind regards,
Ingwie

System functionality is provided by the runtime implementation a given recompilation project uses. For example, the Zelda64Recomp project uses a runtime I wrote called ultramodern. It'd be possible to add support for those peripherals in some way to the runtime if other projects used ultramodern, but that's unrelated to the recompiler itself.

It gave me an idea for a GB Tower esque mode for many rareware games