There is no item expansion. It's best not to do anything to the test.gba. See the recommended installation instructions in the documentation.Another question✋
If I use dynamic Pokemon expansion,cfru and item expansion.....will it work?
Will all items Pokemons and cfru features be added in test.gba
Also can I use ikkarus lost property patch on that test.gba
It's best not to do anything to the test.gba. See the recommended installation instructions in the documentation.One last question. After configuring everything, can I use test.gba as my main rom?
I'm not sure what modifications that patch makes. But you are correct, whatever they are, the CFRU is overwriting them. The best I can do for you is point you to Pokefirered so you can research this yourself.I've started a project using Firered as base and I've decided to use CFRU.
I had three features previously applied: Sideways Stairs, DS-Style Selection Screen, Pokemon Animated Sprites Patch. I've been able to apply CFRU without problems and everything seems to work. However, pokemon's animations are disabled in battles.
As I mentioned I had BugMania patch of continuous animations applied, similar to Pokemon BW. I've tried to apply CFRU on a clean rom and later apply the 2 frame system, similar to Emerald, DP... And it doesn't work either.
In both cases animations are executed in Pokemon status screen but not in battles. I suppose it's happens because the CFRU modifies animation battle system.
Is there any way I can apply the animation patch if I deactivate any features of CFRU? Can I apply pokemon animation system through CFRU? Or CFRU doesn't support animation system?
No, you wouldn't modify that file. The CFRU doesn't really touch the set-up for the intro trainer slide, so your best best would be to look in Pokefirered to figure out how to remove it.Hello, I would like to know if it's possible to remove the animation of the player when you start a battle (when he throws a ball to send out the 1st party pokemon).
The idea is to make the 1st pokemon slide instead of the player. Let's say you want pikachu to be the player. Being also the 1st pokemon in the party, it involves to slide pikachu when starting the battle, you see ? if the 1st mon is charizard, then charizard shows up for example.
I've found the file src/battle_transition.c, I guess that's what I should modify ? But how could I port the sliding to the 1st party pokemon ?
I want to do that so badly, I've been searching for years and when I heard of the CFRU, I've been thinking it's possible finally. I would be so grateful if someone can help.
It's best not to do anything to the test.gba. You can run the make script as many times as you want, since the CFRU always build from the base rom. See the recommended installation instructions in the documentation for more details.I'm a bit confused at how using this works. I have everything installed, and I have my test.gba. So I guess now I can take that test.gba and start building a hack from it. Adding scripts, maps, etc.
But to make edits, I can't use tools and have to edit the .h and .c files. But it also says not to apply the CFRU to a game that already has CFRU. So does this mean I have to pre-emptively edit every Pokemon, moveset, etc before I ever start my hack, because you can't apply changes from .h and .c files afterwards?
The best thing you could do is open up AMap, Sappy, etc. and build a list of names that you're comfortable with.Also, looking at the class-based music, I see they are using bgm naming (Rival_BGM) etc. These names don't match up with the names of the songs in Advance Map etc. How can I get a list of all the BGM names so I know which ones to apply to classes?
It's best not to do anything to the test.gba. See the recommended installation instructions in the documentation.
The new TM indices start from 339 which is the same as the start of HM indices. Should it not be 349, so that the HM moves be there too? And then change the indices of FRLG key items? If not, what should be the indices of HM moves? Any unique number after the key items? Or I would have to change the indices of everything else after TM50 to make room for the HMs?
I'm not sure what modifications that patch makes. But you are correct, whatever they are, the CFRU is overwriting them. The best I can do for you is point you to Pokefirered so you can research this yourself.
Chega no Discord que eu ajudo!
LykO#3670
Ideally you should be testing on test.gba, and never the base rom. If you do, you won't have your issue of dynamic palettes. Just run the make script when you want to test something. It doesn't take more than a couple seconds tops when there are no CFRU-based changed.So the dynamic overworld palettes only work once I compile the engine into a ROM. Which means if I add OWs before adding CFRU, it causes major palette errors, until I fix the palettes, which is impossible due to the vast number of OWs. So how can I insert the OWs before adding CFRU? (I have seen people talking about it, but never saw how to do it.)
You need to change ABILITY_NAME_LENGTH in include/constants/battle.h as well. Make sure you clean before testing.guys when i change MAX_LENGTH= to 12 in ability names table string all pokemon ability names change to other names,i.e my bulbasaur have sniper ability not overgrow but when a Set to 16 bulbasaur have overgrow and all work fine ,because is missed on G3T with 16 and is work fine with 12,please how to fix that,thank you
You can't.How do I install only Abilities and updated Moves?
Copy them from https://github.com/pret/pokefirered/blob/master/src/data/pokemon/level_up_learnsets.h.What if I don't want to use level_up_learnsets.c and want to use the original Leansets to be able to edit them with PGE, YAPE, G3T or G3HS?
This has now been fixed. Thank you for reporting!With Clean Instalation:
![]()