• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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] Forme Changing...

White Raven

Working on The Mysterious Meteorite
  • 266
    Posts
    11
    Years
    • Age 24
    • Seen Sep 1, 2015
    I found out that the popular Pokemon editors don't offer form changing. Like how castform changes, or how Deoxys and Rotom changes, or even Unown. Is there anyway to replicate that on any Pokemon?

    Also, where is the Simple questions thread? I remember posting in it, but I can't find it...
     
  • 41
    Posts
    10
    Years
    • Seen Feb 29, 2016
    Well form changing in games was possible in gen 4 games and when you talk about UNOWN form changing well I never heard of it. Many hackers are working to make form changing possible in gen 3 games also castform form changing is other thing.
     

    int

    Banned
  • 28
    Posts
    9
    Years
    To simulate form changing, add several Pokémon and switch their species by decrypting the data, changing the values and enycrypting the data back into ROM. Call this routine via ASM. -> 0x4037D. In r0 must be team pokemon offset. Calculate it like this:
    (0x02024284 + (0x64 * team-number)). In r1 must be 0x0 and in r2 must be the offset were the new species-number is stored. PM me if you want further information :P
     
    Back
    Top