• 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.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Type Icons Battle UI

Resource Type Icons Battle UI V1.0

I recently found an issue with this resource, when it is used in a Safari Zone map. When the Safari Zone state is active in a Safari Zone map, and a wild Safari Zone Pokemon encounter starts, the following error message happens:

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `pbTypes' for #<Battle::FakeBattler>

Backtrace:
[Type Icons in Battle] script.rb:80:in `draw_type_icons'
[Type Icons in Battle] script.rb:72:in `refresh'
Battle_Scene_Objects:40:in `initialize'
Scene_Initialize:79:in `new'
Scene_Initialize:79:in `block in pbInitSprites'
Scene_Initialize:77:in `each'
Scene_Initialize:77:in `each_with_index'
Scene_Initialize:77:in `pbInitSprites'
BugContestBattle:8:in `pbInitSprites'
[Deluxe Battle Kit] [000] Midbattle Animations.rb:10:in `pbInitSprites'

This is a very recent problem I just found out. I decided to scrap the Safari Zone Starters map selection for my game's New Game Starter selections as a result of this crashing issue. The Safari Zone Starters Option isn't vital for my Starter Selections of 547 Starters. But it would be something nice to have, if the player is having decision paralysis on what starter to get.
 
First I want to say THANK YOU for this amazing script! I tried to resize the images to be a little larger but the health bar eats the symbol, even if I only manipulate the height or width of the image. Any tips to make the images a little larger without the spacing being disrupted? Either that or is there a way to push the images a little further away from the healthbar? If it wasn't for double battles, I would just put them below the health bar.
 
Back
Top