Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
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?'...