- 49
- Posts
- 6
- Years
- Seen Dec 27, 2023
[Pokeemerald] PokedexPlus with a HGSS style UPDATED
Complete rework of the Pokedex in Emerald, visually inspired by the HGSS dex, but with a lot of additional functionality.
This update adds better buttons prompts to the stats and evo screen, improves the display of infomation and shows all follow up evolutions!
Turn the Pokedex into a real Encyclopedia, giving the player access to information like all kinds of base stats, ALL possible moves the Pokemon can learn and more at a glance:
UPDATED: An evolutions screen with all requirements and possibilities for each Pokemon visible, now with ALL the previous and all following evolutions:
All parts of the dex in a unified style:
How to:
Clone it into your repo:
If you are using the BattleEngine from DizzyEgg or the newer maintained one from RHH you have to uncomment the line 358 and 359 in src/pokedex.c like so:
Compatibility with the BattleEngine moves, fairy type and Physical/Special split is already included, as well as PokemonExpansion's hidden abilities.
Includes all new evolutions and evolution methodes:
Includes a Forms screen, which shows alternate forms implemented in RHH's PokemonExpansion:
Easy toggle for decapped Pokedex graphics (by NobodySociety), just change HGSS_DECAPPED to 1:
Public projects that use the dex:
Pokémon R.O.W.E.
Pokémon Inclement Emerald
Pokémon Frontier Adventure
I hope you enjoy my work and if you got feedback or find any bugs, please let me know!
If you use my dex in your project and its already public let me know, I'll add a link.
Credits: Have to be included when used!
TheXaman - code and graphics
AsparagusEduardo - BE/PE compatibility, additional mockups and feedback
DizzyEgg - code for Stat Bars
Jaizu - idea for Stat Bars
NobodySociety - decapped graphics
Special thanks
The people over on RHH for their help and feedback
Complete rework of the Pokedex in Emerald, visually inspired by the HGSS dex, but with a lot of additional functionality.
This update adds better buttons prompts to the stats and evo screen, improves the display of infomation and shows all follow up evolutions!
Turn the Pokedex into a real Encyclopedia, giving the player access to information like all kinds of base stats, ALL possible moves the Pokemon can learn and more at a glance:
UPDATED: An evolutions screen with all requirements and possibilities for each Pokemon visible, now with ALL the previous and all following evolutions:
All parts of the dex in a unified style:
How to:
Clone it into your repo:
Code:
git remote add xaman https://github.com/TheXaman/pokeemerald/
git pull xaman tx_pokedexPlus_hgss
make clean
Code:
// static const u16 sSplitIcons_Pal[] = INCBIN_U16("graphics/interface/split_icons.gbapal");
// static const u32 sSplitIcons_Gfx[] = INCBIN_U32("graphics/interface/split_icons.4bpp.lz");
Compatibility with the BattleEngine moves, fairy type and Physical/Special split is already included, as well as PokemonExpansion's hidden abilities.
Includes all new evolutions and evolution methodes:
Includes a Forms screen, which shows alternate forms implemented in RHH's PokemonExpansion:
Easy toggle for decapped Pokedex graphics (by NobodySociety), just change HGSS_DECAPPED to 1:
Public projects that use the dex:
Pokémon R.O.W.E.
Pokémon Inclement Emerald
Pokémon Frontier Adventure
I hope you enjoy my work and if you got feedback or find any bugs, please let me know!
If you use my dex in your project and its already public let me know, I'll add a link.
Credits: Have to be included when used!
TheXaman - code and graphics
AsparagusEduardo - BE/PE compatibility, additional mockups and feedback
DizzyEgg - code for Stat Bars
Jaizu - idea for Stat Bars
NobodySociety - decapped graphics
Special thanks
The people over on RHH for their help and feedback
Last edited: