this should be here, otherwise search for Color and experiment
class Window_PokemonMart < Window_DrawableCommand
def initialize(stock, adapter, x, y, width, height, viewport = nil, pokeMartTracker = nil, discount)
@stock = stock
@adapter = adapter
@pokeMartTracker =...