• 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!
  • Cyndy, May, Hero (Conquest), or Wes - 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.

Terrains

  • 9
    Posts
    4
    Years
    • Seen Jan 3, 2021
    I want to add a custom terrain. I think it is possible to just copy and paste the existing terrain (Electric terrain, misty terrain..so on) and edit some of the content to make a new one. But the problem is that, I don't know where to start editing it. Can someone help me navigate? Thanks in advance!
     
    What I'd do is use Ctrl+Shift+F to look for
    Code:
    PBBattleTerrains::Electric
    since that's how Electric Terrain is defined in v18. And I'd just add similar code for my own terrain.
     
    Thank you! I have done it and my custom terrain is now working fine! But another question, I want to add dialogue to an effective type move in a terrain.
    Example psychic terrain is on, something like "The pokemon gathered energy from around," or something like that. And something like weakened attack of the super-effective type like "The force absorb the malicious intent," (dark type in psychic terrain). Should I try looking at Move_Usage or Move_Usage_Calculations? And how do I change the background of a certain terrain when activated?
     
    Last edited:
    Nevermind my question, I figured it out. Except the background change.
     
    Last edited:
    Back
    Top