• 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 weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

Patch: [Fire Red] Touched's Mega Evolution System (PATCH) (Re-Uploaded in 2019/09/05)

I don't know if it's right to ask...but can I apply primal reversion with that patch?

Maybe I'm a bit too late to answer, but it should be possible to use primal reversion without too much problems, I tried a Wishing Mega Evolution and it worked, so....
All you have to do is set the unknown bytes, look at Touched's thread, in the Usage: section there's a link that redirects to a guide that explains how to do with G3T.

Like I said I did that to test a Wishing Mega evolution and everything worked.
 
i dont clearly understand how to implement the script. All i know how to do is add event scripts. Any tutorials? Also, how do you set it up in g3hs? do i use "none" or "mega evolution?" Also for the items. Plz halp thankz!
 
Should I need a item to mega evo if yes I could'nt find any items if no,no probs
Spoiler:

My script But for Pksv-UI Users

#org 0x8741089
'-----------------------------------
lock
faceplayer
msgbox 0x874109F ' Mega evo activate
callstd MSG_LOCK ' Built-in lock command
setvar 0x40FF 0x161
setvar 0x40EF 0x161
release
end


#org 0x874109F
= Mega evo activate
 
I'll see if this works with a ROM already patched with Mr. Dollsteak's Decap and Attack ROMbase and the 64x64 sprite resource.
Remember 970000 and 9716A3 are occupied I am saying that because 64x64 might have it occupied and learn to compile C projects.
 
I know this might sound stupid, but how do i change the mega evo item?

I just renamed it because the teeth aren't that useful nor do they look or sound very sanitary.
 
Anyone can add a mega evolution in pokemon Ash Gray I want to edit that gba rom
 
Well, I Patched the rom, compile the activation script and edit the .ini with 238 extra "None" and "Mega Evolution" and "Item" in the lines. G3HS works correctly and I edit Charizard to Mega Evo to Deoxys with a Potion

I press Enter before select a move and nothing occurs. Yes, I have Gold Theeth in Key Items and my Charizard is Holding Potion. What more I need change?
Here my Script code
Spoiler:

Here is my PokeRoms.ini
View attachment PokeRoms.ini
 
Last edited:
How to change potion to another item?
 
Guys, after applying the patch I need to do something before configuring mega developments in GTHS because for me the patch is not working, which patch is which version?
Ps: Sorry for the English, my translator sucks.
 
Guys, after applying the patch I need to do something before configuring mega developments in GTHS because for me the patch is not working, which patch is which version?
Ps: Sorry for the English, my translator sucks.

You need to make a script that has the contents:
setvar 0x40FF 0x161
setvar 0x40EF 0x161


Like
#dynamic 0x800000
#org @start
setvar 0x40FF 0x161
setvar 0x40EF 0x161
end

To configure G3HS, change the evo with
Spoiler:
 
Back
Top