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

Code: Complete FireRed Upgrade

Here's another comment asking about EXP. Share. How is it supposed to work? I acquired it from the aide; the item does nothing however, no matter if I use it, give it to a 'mon in the party or the leveler (experience gainer).
For that you need to set a flag in script probably you can find that flag in src/config.h
 
As the original CFRU gives mechanics till gen 8 and the creators have left updating it (after the dev branch). We've Been working on a CFRU expansion, tho not much complete yet but still gives an advantage over using CFRU. Probably I'll share new updates related to that on this thread (for now)
Read more here : https://github.com/Shiny-Miner/CFRU-expansion
 
I believe the ROM was successfully patched, yet i can't seem to edit the starters on hex maniac advanced to other generations, not even other gen3 mons appear, am i doing something wrong?
 
I believe the ROM was successfully patched, yet i can't seem to edit the starters on hex maniac advanced to other generations, not even other gen3 mons appear, am i doing something wrong?
You need to modify your .toml to make HMA recognize new feature from CFRU.
 
I'm gonna seem like a complete dumbass, but I wish there was a rom of this so I can play on my phone LMAO.
 
Can I add my own fakemon?
Yes it is possible if you know how to do a bit of programming. Or else use HMA to replace existing mons
 
Hi having trouble getting the pokemon added with the DPE to do anything but struggle. i put on the DPE, then use the resulting file to add the CFRU and it doesn't work. i have checked the defines file in the DPE and the comments dashes are removed from the expanded movesets. also checked the level_up_learnsets file in the CFRU for anything that looks like its commented out as in the faq and cant see anything. also checked the config file in the CFRU for the line regarding the expand movestes and that line is also uncommented. have no idea what to try next. stumped
 
Hi having trouble getting the pokemon added with the DPE to do anything but struggle. i put on the DPE, then use the resulting file to add the CFRU and it doesn't work. i have checked the defines file in the DPE and the comments dashes are removed from the expanded movesets. also checked the level_up_learnsets file in the CFRU for anything that looks like its commented out as in the faq and cant see anything. also checked the config file in the CFRU for the line regarding the expand movestes and that line is also uncommented. have no idea what to try next. stumped
dont worry fixed it. didnt realize that /* and */ represent multi line comments so deleted them to uncomment the level_up_learnsets file. hope this helps someone at somepoint!
 
Hello everyone!
Does anyone know a script to make a wild Shiny Pokémon on Complete Fire Red upgrade? Please.

I used Shinizer with a script, but the battle bugged and crashed the ROM.
 
Hello everyone!
Does anyone know a script to make a wild Shiny Pokémon on Complete Fire Red upgrade? Please.

I used Shinizer with a script, but the battle bugged and crashed the ROM.
There's no need to use Shinyzer, which inserts an outdated routine. You can just create a script that sets the flag "FLAG_SHINY_CREATION" defined in your config.h file. If you didn't change the flag definition, then it would be flag 0x913 to guarantee your next wild encounter to be shiny.
 
Back
Top