Minor error in the script; crashes when you try to open the bag.
Fixed by changing lastpocket to last_viewed_pocket.
[2022-06-14 09:45:20 -0700]
[Pokémon Essentials version 20]
[v20 Hotfixes 1.0.5]
Exception: NoMethodError
Message: undefined method `lastpocket' for #<PokemonBag>
Backtrace:
[Bag Screen w/int. Party] Script.rb:553:in `pbPocketColor'
[Bag Screen w/int. Party] Script.rb:498:in `pbStartScene'
[Bag Screen w/int. Party] Script.rb:1263:in `pbStartScreen'
[Voltseon's Pause Menu] 005_VoltseonMenu_Entries.rb:71:in `block in selected'
002_MessageConfig.rb:570:in `pbFadeOutIn'
[Voltseon's Pause Menu] 005_VoltseonMenu_Entries.rb:68:in `selected'
[Voltseon's Pause Menu] 003_VoltseonMenu_Menu.rb:58:in `update'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:219:in `block in update'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:215:in `loop'
[Voltseon's Pause Menu] 002_VoltseonMenu_Main.rb:215:in `update'
Fixed by changing lastpocket to last_viewed_pocket.