• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Selene, Mint, Solana - 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.

Creating Delta Species

Alright. Time to test this out. It might be a while before I get a Delta Egg, but I'll let you know when I do.

Update: Tested it out! After hatching five normal eggs, I got a Delta Egg, and it works perfectly! Thanks for your help!
 
Last edited:
While testing out the game, I discovered a new problem that I wasn't aware of.
[PokeCommunity.com] Creating Delta Species

Apparently, there's a small chance that trainers will randomly have Delta Pokemon, and that's not what I want unless set by that custom trainer script. How can I fix this?
 
Oh, come on. Why not?

LOL, seriously, the answer is simple.

PTrainer_NPCTrainers, lines 63-67
Code:
      if poke[TPSHINY]   # if this is a shiny Pokémon
        pokemon.makeShiny
      else
        pokemon.makeNotShiny
      end

Add
Code:
      pokemon.makeNotDelta
either directly above or directly below this.
 
Figured I'd let you know that after testing it out a bit, I feel pretty confident that it's been fixed. Thank-you so much for all your help!
 
Back
Top