Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

PokeMini 3DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 7: Line 7:
|type=Handheld
|type=Handheld
|version=1.0
|version=1.0
|license=Mixed
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/3dshomebrew/PokeMini-3DS-3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/pokemini3ds.7z
|website=https://github.com/nop90/Pokemini
|website=https://github.com/nop90/Pokemini
|source=https://github.com/nop90/Pokemini
|source=https://github.com/nop90/Pokemini
}}
}}
<youtube>wuk5QDDsHjY</youtube>
Pokemini is a Pokémon-Mini emulator for 3DS. It's a port on 3DS of Pokemini v0.6 originally by JustBurn, with platform files adapted from [[PokeMini_PSP|PSP]] and [[PokeMini_DS|NDS]] versions. It has been tweated to run on full speed on 3DS and you can learn more about it from the [https://github.com/nop90/Pokemini repository page].


== Pokemini ==
==Installation==
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.
Extract the PokeMini folder in the the zip file in the 3DS folder, or install the CIA.


'''Warnings - This is an alpha release, sometimes the program freezes and there are little things to fix in the CIA version.'''
The default path for the roms is /roms/Pokemini/.


==Contents ==
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).
* 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
* 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.
* 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).
* 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 ====
==User guide==
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.
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 from the Roms directory.


====Dependancies ====
You can find a list of homebrew games and demos at [https://www.pokemon-mini.net/games/?type=homebrew Pokémon-mini.net].
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====
==Screenshots==
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/].
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
 
[[Category:3DS homebrew emulators]]
[[Category:Homebrew handheld emulator on 3DS]]

Revision as of 04:23, 4 Ocak 2022

PokeMini 3DS
File:PokeMini-3DS.jpeg
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. It's a port on 3DS of Pokemini v0.6 originally by JustBurn, with platform files adapted from PSP and NDS versions. It has been tweated to run on full speed on 3DS and you can learn more about it from the repository page.

Installation

Extract the PokeMini folder in the the zip file in the 3DS folder, or install the CIA.

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 from the Roms directory.

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

Screenshots

pokemini3ds2.png pokemini3ds3.png

pokemini3ds4.png 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

Advertising: