Possible "Pokémon Mini" Emulator(?)

Post Reply
karl_oz
Posts: 42
Joined: Thu Jun 07, 2012 7:39 pm

Possible "Pokémon Mini" Emulator(?)

Post by karl_oz » Fri Apr 15, 2016 7:31 pm

So, what is this?
https://github.com/OpenEmu/PokeMini-Cor ... m/gamecube

Does the code seem to be complete? Can anybody try and compile it, or at least point me to some instructions on how to do that?

EDIT:
Oh, wait. I've just learnt, that there is also a "Pokémon Mini" emulator integrated in "Pokémon Channel"? And it's possible to inject other ROMs in that one? Might have to check that out. Here are some tools for doing so: http://www.pokemon-mini.net/tools/
User avatar
Lumina333
Posts: 85
Joined: Fri Jul 26, 2024 7:18 am

Re: Possible "Pokémon Mini" Emulator(?)

Post by Lumina333 » Fri Aug 02, 2024 2:18 pm

It appears to require DEVKITPPC, I guess make sure you have that set up or you will get this error in your shell after you cd into the directory with the makefile and type 'make':

Code: Select all

$ make
makefile:7: *** "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC".  Stop.
Post Reply