- Pokémon Essentials Version
- v18.1 ➖
NO LONGER SUPPORTED IN V17.2, THIS IS FOR V18.1
Massive shoutout to ThatWelshOne_ for improving the functionality of the UI since its creation.
This resource adds a UI that checks the encounters of the current area. To call the UI, use pbEncounterListUI.
Known issue: developers using existing saves will encounter a crash. Run from a new save after install.
Script:
You can all pbEncounterListUI via the pause menu (here I overwrite the Pokegear):
.
elsif cmdPokegear>=0 && command==cmdPokegear
@scene.pbHideMenu
pbEncounterListUI
@scene.pbRefresh
.
The resource has an attached picture called encounters.png - just plop it into Graphics/Pictures and edit it to your liking.
View attachment 1611
Massive shoutout to ThatWelshOne_ for improving the functionality of the UI since its creation.
This resource adds a UI that checks the encounters of the current area. To call the UI, use pbEncounterListUI.
Known issue: developers using existing saves will encounter a crash. Run from a new save after install.
Script:
You can all pbEncounterListUI via the pause menu (here I overwrite the Pokegear):
.
elsif cmdPokegear>=0 && command==cmdPokegear
@scene.pbHideMenu
pbEncounterListUI
@scene.pbRefresh
.
The resource has an attached picture called encounters.png - just plop it into Graphics/Pictures and edit it to your liking.
View attachment 1611
- Credits
- raZ, Nuri Yuri, Vendily for main script
Savordez, Marin for helping with the code (and I used Marin's GUI guide to get started)
Zaffre for the v1.2 update
ThatWelshOne_ for the updates