PokeMini 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = PokeMini 3DS | image = https://dlhb.gamebrew.org/3dshomebrew/PokeMini-3DS.jpeg|250px | type = Handheld | version = v1.0 | licence = Mixed | au...")
 
m (Text replacement - "Category:3DS homebrew emulators" to "")
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = PokeMini 3DS
|title=PokeMini 3DS
| image = https://dlhb.gamebrew.org/3dshomebrew/PokeMini-3DS.jpeg|250px
|image=Pokemini3ds2.png
| type = Handheld
|description=Pokemon Mini emulator.
| version = v1.0
|author=nop90
| licence = Mixed
|lastupdated=2017/02/17
| author = nop90
|type=Handheld
| website = https://github.com/nop90/Pokemini
|version=1.0
| download = https://dlhb.gamebrew.org/3dshomebrew/PokeMini-3DS-3DS.rar
|license=GPL-3.0
| source = https://dlhb.gamebrew.org/3dshomebrew/PokeMini-3DS-3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/pokemini3ds.7z
|website=https://github.com/nop90/Pokemini
|source=https://github.com/nop90/Pokemini
}}
}}
<youtube>wuk5QDDsHjY</youtube>
Pokemini is a Pokémon-Mini emulator for 3DS, a handheld created by Nintendo R&D3 around 1999.


= Pokemini =
It is a port on 3DS of Pokemini v0.6 originally by JustBurn, with platform files adapted from [[PokeMini_PSP|PSP]] and [[PokeMini_DS|NDS]] versions. This has been tweaked to run on full speed and you can learn more about it from the [https://github.com/nop90/Pokemini repository page].
= Pokemon Mini emulator for 3DS This is a Pokemon Mini emulator for 3DS. I'ts in 3dsx and CIA format. It's a port on 3DS of the excellent Pokemini v0.6 by JustBurn with platform files adapted from PSP and NDS versions. Everything you'll see on your 3DS if from JustBurn, I only ported SDL code to 3DS libs and made it run at fullspeed. Warnings =
 
= This is an alpha release, sometimes the program freezes and there are little things to fix in the CIA version. Contents =
==Installation==
* PokeMini_3DS.c is the main platform file and PokeMini_3DS.h it's header. It's based on the platform files of the PSP and 3DS versions with some ugly tweak for frame timing
Available in 3DSX and CIA formats.
* PokeMini_3DS_sound.c is the file that handles sounds function and PokeMini_3DS.h it's header. It's platform specific as 3DS has no SDL libs yet.
* CIA - Install the .cia with the CIA manager of your choice.
* The other .c and .h files are mods or tweaks of official Pokemini v0.6, made to work with 3DS platform. Most of this mods could be integrated in the next Pokemini release if JustBurn wants (The mods are mostly related to the use of an alpha channel in 32bpp mode and for handling the rgb32 blit mode that is implemented but not selectable).
* 3DSX - Copy the PokeMini folder to the 3ds folder of your SD card, then run it with the Homebrew Launcher.
* Everything else is 3DSX and CIA file formats related, you can learn about it on gbatemp.org, in the 3DS homebrew section. How to build ===== Dovnload the sources of Pokemini v0.6, creade a folder named 3DS inside the Platform subdirecory, copy the content of this repository inside and the run make to buld the 3DSX version, or run make CIA to buid both 3DSX and CIA versions. Dependancies ===== You need devkitPro uptdated with the last version of ctrulib. You also need to download, compile and install Xerpi's sf2dlib ([http://github.com/xerpi/sf2dlib http://github.com/xerpi/sf2dlib]). Licence ===== Pokemini is released under the following licence, everything made by me (if any) is public domain and I'll be happy if JustBurn find time to include my work (whel will be stable) in it distribution. PokeMini - Pokémon-Mini Emulator Copyright (C) 2009-2015 JustBurn This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see [http://www.gnu.org/licenses/ http://www.gnu.org/licenses/].
 
The default path for the roms is /roms/Pokemini/.
 
When no bios.min is present, emulator will use Pokémon-Mini FreeBIOS. If you want to test with the real BIOS, you can place bios.min on the emulator's directory (not tested).
 
==User guide==
It supports rom files with .min extension. To run the game, go to the Load Rom option in the Main Menu and select your rom file on the SD card.
 
You can find a list of homebrew games and demos at [https://www.pokemon-mini.net/games/?type=homebrew Pokémon-mini.net].
 
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/pokemini3ds2.png
https://dlhb.gamebrew.org/3dshomebrews/pokemini3ds3.png
 
https://dlhb.gamebrew.org/3dshomebrews/pokemini3ds4.png
https://dlhb.gamebrew.org/3dshomebrews/pokemini3ds5.png
 
==Changelog==
'''v1.0'''
* Fixed the CIA to handle the home menu events.
* Updated code to last version of ctrulib and sf2dlib.
* Moved roms forlder from /pokemini to /roms/pokemini.
 
'''v1.0alpha'''
* Update README.md.
 
==External links==
* GitHub - https://github.com/nop90/Pokemini
* GBAtemp - https://gbatemp.net/threads/release-pokemini-3ds-pokemon-mini-emulator.396450

Latest revision as of 05:59, 6 May 2024

PokeMini 3DS
Pokemini3ds2.png
General
Authornop90
TypeHandheld
Version1.0
LicenseGPL-3.0
Last Updated2017/02/17
Links
Download
Website
Source

Pokemini is a Pokémon-Mini emulator for 3DS, a handheld created by Nintendo R&D3 around 1999.

It is a port on 3DS of Pokemini v0.6 originally by JustBurn, with platform files adapted from PSP and NDS versions. This has been tweaked to run on full speed and you can learn more about it from the repository page.

Installation

Available in 3DSX and CIA formats.

  • CIA - Install the .cia with the CIA manager of your choice.
  • 3DSX - Copy the PokeMini folder to the 3ds folder of your SD card, then run it with the Homebrew Launcher.

The default path for the roms is /roms/Pokemini/.

When no bios.min is present, emulator will use Pokémon-Mini FreeBIOS. If you want to test with the real BIOS, you can place bios.min on the emulator's directory (not tested).

User guide

It supports rom files with .min extension. To run the game, go to the Load Rom option in the Main Menu and select your rom file on the SD card.

You can find a list of homebrew games and demos at Pokémon-mini.net.

Screenshots

pokemini3ds2.pngpokemini3ds3.png

pokemini3ds4.pngpokemini3ds5.png

Changelog

v1.0

  • Fixed the CIA to handle the home menu events.
  • Updated code to last version of ctrulib and sf2dlib.
  • Moved roms forlder from /pokemini to /roms/pokemini.

v1.0alpha

  • Update README.md.

External links

Advertising: