Setting up a Shelf Event
Shelf Event
The way of setting up the Shelf Event is basically the same as how to do it for the Mart Events. I do recommend doing it like following so it's easier to reuse the same items for a shelf or apply changes to multiple events at once.
In the 000_PokeMart_Settings_and_Setup.rb
file you can add this at the bottom (use notepad ++ or any other code editor program to edit this file):
def pbSomeShelf
pbShelfMart([:POTION, :SUPERPOTION,
:POKEBALL, :GREATBALL,
:REPEL, :ETHER,
:ANTIDOTE, :BURNHEAL, :ICEHEAL, :AWAKENING, :PARALYZEHEAL,
])
end
Inside the Shelf Event you only need to put pbSomeShelf
or whatever you named the method.

Last updated