• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Scripting Question] Help with POKEDEX back sprites. (EBS)

Hello everyone

I am working on my POKEDEX in V 17.2 and I have the following problem with the back sprites

[PokeCommunity.com] Help with POKEDEX back sprites. (EBS)


It happens with practically all Pokémon Entry.
I use EBS and therefore they are the animated backsprites.

Has anyone managed to fix this problem?

Thank you very much for all your help.
 
Well, I don't know about v17.2, but it's worth trying this as v18.1 doesn't change mcuh (other than battles).

Go to the file PScreen_PokedexEntry, and find the function:
Code:
  def pbUpdateDummyPokemon
Find the line:
Code:
@sprites["formback"].y = 256
and replace 256 with a smaller value.
 
Well, I don't know about v17.2, but it's worth trying this as v18.1 doesn't change mcuh (other than battles).

Go to the file PScreen_PokedexEntry, and find the function:
Code:
  def pbUpdateDummyPokemon
Find the line:
Code:
@sprites["formback"].y = 256
and replace 256 with a smaller value.

It works relatively well. Some sprites are still out of place, but a large part has been adjusted.

Thank you very much indeed.
 
Back
Top