def findUsableUI(image)
if ThemePlugin
# Use Current set Theme's UI Graphics
return "#{Folder}UI/#{$PokemonSystem.pokegear}/#{image}"
else
folderUI = "UI/Region#{@region}/"
bitmap = pbResolveBitmap("#{Folder}#{folderUI}#{image}")
if bitmap &&...
def findUsableUI(image)
if ThemePlugin
# Use Current set Theme's UI Graphics
return "#{Folder}UI/#{$PokemonSystem.pokegear}/#{image}"
else
folderUI = "UI/Region#{@region}/"
bitmap = pbResolveBitmap("#{Folder}#{folderUI}#{image}")
if bitmap &&...
did that still nothing also everytime i look at a pokemon it crashing with this error.
Exception `NameError' at [Arcky's Region Map] 002_RegionMap_Pokedex_v211.rb:213 - uninitialized constant PokemonPokedexInfo_Scene::RegionUI
I have but I don't think its your plugin. Trying to view the area where pokemon is caught but its not showing, I'm using Modular UI Scenes with this. but i think its Modular UI Scenes giving me this issue.
getting two errors when using the debug menu.
[2024-03-13 08:23:25 -0400]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.7]
Exception: NameError
Message: undefined local variable or method `charm_ids' for #<GameData::Item>
Backtrace:
[Charms Compilation] Main.rb:108:in `is_charm?'...