• 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.

[Other] FR/LG Evolution before national dex

  • 15
    Posts
    10
    Years
    Hi, I've put off working on my hack for a while due to computer problems but I want to start doing more on it. I posted a problem here before and got told that I need the script code; 'special 0x16F' but I don't know where it goes lol. I would've used Emerald as a base but i've made quite a bit of progress already and all the stuff on FR seems to fit perfectly with my ideas! So could anybody help me out? Thanks :)
     
    Here is an example script that will give you the national dex without you even noticing it. You can place the script in advance map on any tile you choose, and when the player walks over that tile he will have it. For example, you can place it on the block in front of the stairs in the players room, so when he walks out he will have the national dex. Or you could place it outside oaks lab so that you get it after he gives you the normal dex. Heres what it looks like:

    #dynamic 0x800000

    #org @start
    special 0x16F
    setvar 0x4033 0x1
    end

    Simple as that. You can use a script like this if you want a player to give you it as well, such as oak, but you'd need to tweak it a bit to fit all your needs. And a good tutorial to learn XSE scripting better is diegoisawesome's, found here :)
    https://www.pokecommunity.com/threads/164276
     
    Here is an example script that will give you the national dex without you even noticing it. You can place the script in advance map on any tile you choose, and when the player walks over that tile he will have it. For example, you can place it on the block in front of the stairs in the players room, so when he walks out he will have the national dex. Or you could place it outside oaks lab so that you get it after he gives you the normal dex. Heres what it looks like:

    #dynamic 0x800000

    #org @start
    special 0x16F
    setvar 0x4033 0x1
    end

    Simple as that. You can use a script like this if you want a player to give you it as well, such as oak, but you'd need to tweak it a bit to fit all your needs. And a good tutorial to learn XSE scripting better is diegoisawesome's, found here :)

    Wow, that's pretty interesting! Thanks for the help :D
     
    Back
    Top