• 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!
  • Our next favorite protagonist poll is now up, this time for the Almia region from Pokémon Ranger 2! This poll is only lasting 2 days, so don't forget to cast your vote for your favorite protagonist!
  • 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] Specials

Splash

But nothing happened.
  • 658
    Posts
    15
    Years
    Okay I've looked at the specials that JPAN researched and two of them piqued my interest. I'm not familiar with specials so I have questions.

    One is:
    Code:
    126 -> Check first pokemon added EV's. if over 510, returns 0x1

    -> If it checks the Pokemon's added EVs is there a way to know what those added EVs are? is there a variable used when using this special?

    Two:
    Code:
    0c1 -> a "silent hatch" code, hatches an egg in your party indicated by 0x8004, 
    even if not an egg (reset level to 5, changes met location, clears EVs)

    It clears the EV of a Pokemon.. Can I change the level it resets? What I mean is if the reset level would be something like 50 or something? I've seen Jambo51's Egg Level Hatch to lvl 1 tutorial is it related to this one?
     
    Okay I've looked at the specials that JPAN researched and two of them piqued my interest. I'm not familiar with specials so I have questions.

    One is:
    Code:
    126 -> Check first pokemon added EV's. if over 510, returns 0x1

    -> If it checks the Pokemon's added EVs is there a way to know what those added EVs are? is there a variable used when using this special?

    Two:
    Code:
    0c1 -> a "silent hatch" code, hatches an egg in your party indicated by 0x8004, 
    even if not an egg (reset level to 5, changes met location, clears EVs)

    It clears the EV of a Pokemon.. Can I change the level it resets? What I mean is if the reset level would be something like 50 or something? I've seen Jambo51's Egg Level Hatch to lvl 1 tutorial is it related to this one?

    1) Use special2
    2) I don't see anything about resetting the level. It seems to just recalculate level based on EXP. Why would you want to do this anyway?
     
    2) I don't see anything about resetting the level. It seems to just recalculate level based on EXP. Why would you want to do this anyway?

    I'm just curious if it can really clear all the added EV. Is that the thing that it does?
     
    I'm just curious if it can really clear all the added EV. Is that the thing that it does?

    Well idk if there is something like that in FR, but a simple asm routine could remove all evs.
     
    I'm just curious if it can really clear all the added EV. Is that the thing that it does?

    It does a lot more than that. I only glanced at it, but it resets catch location to the current map and changes the Pokeball, etc.

    Its simpler to write your own routine, the hard work (decrypting/encrypting Pokemon data, updating the stats based on EVs, etc.) is all done already - you can just reuse parts of the engine to make this.
     
    Back
    Top