- Pokémon Essentials Version
- v21.1 ✅
This resource builds upon the script provided by Appletun's Apples, with the only difference being that the Pokémon Box Link won't behave like a PC and instead throw you right into the Pokémon Storage System, using the Organize Boxes mode. Tested in Essentials v20.1 and v21.1 and works in both versions.
Step 1: Navigate to Item_Effects within the Script Editor and paste the following at the bottom of the "UseFromBag handlers" section:
Step 2: Open the items.txt PBS file, navigate to the "POKEMONBOXLINK" section and add "FieldUse = Direct" inbetween Price and Flags.
Step 1: Navigate to Item_Effects within the Script Editor and paste the following at the bottom of the "UseFromBag handlers" section:
Item Effects:
ItemHandlers::UseFromBag.add(:POKEMONBOXLINK, proc { |item|
pbFadeOutIn do
scene = PokemonStorageScene.new
screen = PokemonStorageScreen.new(scene, $PokemonStorage)
screen.pbStartScreen(0)
end
next 1
})
Step 2: Open the items.txt PBS file, navigate to the "POKEMONBOXLINK" section and add "FieldUse = Direct" inbetween Price and Flags.
- Credits
- Appletun's Apples has stated in their own resource that credit isn't necessary. Same goes for my edit; No credits needed.