• 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] Mega Evolution in Emerald Problem

LCCoolJ95

Limited Capacity
638
Posts
14
Years
  • I have been trying to figure this out, but I don't know what the problem could be. I inserted Mega Evolution into Emerald, good. But, if I try to activate it in battle, once I select a move, the game freezes, bad. If I don't activate, the game functions normally. Anyone know what the problem is? Here is the information I have:

    (For reference, here's the original post of the Mega Evolution code: https://www.pokecommunity.com/showpost.php?p=8982294&postcount=243)

    • The commands table has been repointed to 103B6A4
    • I inserted callasm at 103BAA4, and I added A5BA0309 at the end of my new commands table. This would make the index of callasm F9.
    • I inserted setword at 103BADC, and I added DDBA0309 at the end of my new commands table. This would make the index of setword FA. Plus, I added the Battle String Loader at 103BB40. Then at 14E6C0 I put 01 49 08 47, and then at 14E6C8, I put 41 BB 03 09, which is the pointer of the Battle String Loader routine +1. For all of these commands, these are from Sky High's post, which is here: https://www.pokecommunity.com/showpost.php?p=8998952&postcount=790
    • Then I made these fixes from this post: https://www.pokecommunity.com/showpost.php?p=8963359&postcount=773
    • When I inserted the animation, I replaced all the XX with 31, the index number of the Mega Evolution Rainbow Particles. I replaced all the YY with 33, the index number of the Mega Stone Particle. Then I replaced all the ZZ with 32, the index number of the Mega Evolution Symbol Particle.
    • At 5DA3C, I placed C0 10 93 09, which is a pointer to my expanded playmation table. I'll admit, this part confused me alot. Here's what it reads: "We can see the last vanilla animation in bold, its index is 0x1D. Keep that in mind : the next animation will be the index 0x1E, then 0x1F, and so on.
      So, put the pointer to the animation of the mega evolution here, keep its index in mind in case you added other animation." Do I replace the bolded pointer, or do I put the pointer of the animation next to it?
    • The main routine. Here are the changes that I made to the routine, which is all the red parts:
    Spoiler:


    • Once I assembled it, what I did was, since it was a decently big file, I decided to make a copy of the assembled file and filled it with FFs. Then I used NUPS patcher (since it was an expanded ROM), and I made a patch of those files. I made the original file the FFs, the modified file the one with mega evolution, and I called the patch MegaEvo.ups. Then, what I did was, I used the "Get Patch Data" in the Patcher and I got the data from the patch. Then, I opened up a Hex editor with my ROM and the patch, and I made the proper hex edits. I know there was a different way to do it, the one that kleenexfeu put, but it caused my game to crash after I sent out my Pokemon.
    • Once everything was inserted, I tried it out and the game froze, like I stated above.
    Does anyone know what I did wrong? I really want to implement Mega Evolution into my Emerald resource patch.

    EDIT:
    I found something else. If you wait long enough after the game crashes, this happens:
    Mega Evolution in Emerald Problem

    I don't know how to respond to this.
     
    Last edited:
    5
    Posts
    8
    Years
    • Seen Dec 20, 2019
    I'm a beginner. The Beginner's Lounge might not be the best place to post this, lol
    Sorry I couldn't be of any help. Thanks for all the work you're putting in, I loved Theta Emerald and I'm looking forward to this. Just one question: Are you planning to add new abilities or anything to this patch? Good luck!
     
    Back
    Top