Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Hi. I have the same problem. You need to modify SafariZone script:
1) Add:
def style
nil
end
under
class Battle::Scene::SafariDataBox < Sprite
attr_accessor :selected
2) Add:
def databoxStyle
# Return a default style or nil to prevent errors
:default
end
under
class...