- Pokémon Essentials Version
- v17.2 ➖
New circular PokeBag based on Luka S.J.'s Neo menu style and newer generation games.
Instructions:
Go to the download link, download the Graphics and Audio folder and paste it in your project root, overwrite files if asked.
Get the script in the Script.txt file and put it above main.
Now go to PScreen_PauseMenu and find the line
delete the line above it that reads
and the curly bracket below
Beta for now so not really bug-safe, bug reports are appreciated!
Instructions:
Go to the download link, download the Graphics and Audio folder and paste it in your project root, overwrite files if asked.
Get the script in the Script.txt file and put it above main.
Now go to PScreen_PauseMenu and find the line
Code:
scene = PokemonBag_Scene.new
Code:
pbFadeOutIn(99999){
Code:
(item>0) ? @scene.pbEndScene : @scene.pbRefresh
Beta for now so not really bug-safe, bug reports are appreciated!
- Credits
- Thanks to Luka S.J. for the design idea and graphics!