XxPhoenix1996xX / pkmn-chest

A Pokémon Bank for the 3rd through 5th generation Pokémon games for the Nintendo DS(i).

Home Page:https://universal-team.github.io/projects/pkmn-chest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo Pokémon Chest

A Pokémon Bank for the 3rd through 5th generation Pokémon games for the Nintendo DS(i).

Compiling

Setting up your environment

Compiling this app requires devkitPro's devkitARM and libnds. These can be installed by getting devkitPro pacman, then running: sudo dkp-pacman -S nds-dev
(command may be slightly different depending on your OS)

Cloning the repo

To clone the repo run git clone --recursive https://github.com/Universal-Team/pkmn-chest.git (Note the --recursive, that is needed to clone the submodules) If you already have the repo without the submodules you can run git submodule update --init --recursive to get the core submodule and the memecrypto submodule inside it.

Compiling

Simply run make in the pkmn-chest source directory

  • (Note: g++ is also required currently to build the bmp2ds grapics converter)

Contact

The best way to talk to us is to join our Discord. If you want to report a bug you can do so here. You can also talk on the GBAtemp thread.

Translating

If you'd like to help translate pkmn-chest to a language that isn't yet supported, please either make a feature request issue requesting the language be added or ask on our Discord (linked above).

Once the language has been added (or to help with an existing one) you can join the Crowdin project with this invite link.

Credits

Main Developers

  • Pk11: GUI code, porting PKSM's save and bank management code

Translators

Others

Music

About

A Pokémon Bank for the 3rd through 5th generation Pokémon games for the Nintendo DS(i).

https://universal-team.github.io/projects/pkmn-chest

License:GNU General Public License v3.0


Languages

Language:C++ 95.7%Language:C 2.0%Language:Python 1.2%Language:Makefile 1.0%