I want to use this plugin in a game where I want the player to choose an action on the summary screen (achieved via pbPageCustomUse), and have that action exit the summary screen as well as a result. Currently this is not possible - the player is required to exit the screen themselves via Back...
After some time puzzling over a bug in my game, I've realized that the overwrites for Pokemon included in Deluxe Battle Rules.rb break clone functionality. Because the various setters all clear values rather than reinitializing an empty object, the cloned Pokemon retains references to the values...