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

[ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

Status
Not open for further replies.
Hey thanks Crystal! Funny that I am looking for the icons to use the program I found out about from watching your tutorial on youtube :p
 
You obviously used 2 palettes to insert the intro-hiro. (32 colors)
As soon as the hiro is the first time loaded, it works, but later on the 2nd part of the palette
is used by something else -> hiro is ****ed up.

You must reduce the colors of your hiro to 16 and then it FOR SURE works.

thanks but i didnt change the pallete, i used the original pallete

paint xp -> paste from -> past the new hero over the old one -> save -> import -> done
 
Which is the special that in emerald actives the national dex?
 
Simple. Make the flowers have the rocksmash script, then you can change the wild pokemon in advanced map under wild pokemon, then select rocksmash. You could also just make the rocksmash rocks into flowers in the block editor in a-map to get the rock crush theme on the flower.
How do I make them have that script?
 
Is It possible to change the move-set of a Pokemon as it evolves? Not merely its learn-sets, but the moves it currently knows - to change as it evolves?

For example, say I had a Grass type Pokemon, like a tree - which I want to evolve into a burning fire Pokemon, and then into a ash-ish Pokemon, in a sort of progressive evolution?

It would start out as a grass type, become a fire type, and end up a rock type.

is there a way to force it to forget the Grass Type moves - and likewise its Fire Type moves, upon evolution? I don't want the rock type Pokemon running around with access to fire blast and razor leaf.

Any Ideas?
 
thanks but i didnt change the pallete, i used the original pallete

paint xp -> paste from -> past the new hero over the old one -> save -> import -> done

My experience in FE ROM hacking tells me that you should use a program like Usenti, which preserves the indexed palette, rather than Paint, but it might not apply to Pokemon hacking :P
 
My experience in FE ROM hacking tells me that you should use a program like Usenti, which preserves the indexed palette, rather than Paint, but it might not apply to Pokemon hacking :P
Paint works well but it's not the only alternative that's the magic of ROM hacking ;)
 
Hi :)

Can someone guide me to a place were I can read more about how this 6-Hex code works? Im primary wondering if everything (text boxes, trainers etc) is saved somewhere in this "list", how much extra editing space I have, and if Im safe from messups always using the codes I get from an Empty Space Finder program. Im editing Fire Red.
 
How do I make them have that script?

I would drag the rocksmash event into the flower, but since there are lots of flowers and not alot of rocksmash rocks, and it will say smash rock instead of flower, you will need to find the script on google. Just search rock smash script or something like that and insert it from xse to a-map. I will let you know if I find the script if you cant find it.

Is It possible to change the move-set of a Pokemon as it evolves? Not merely its learn-sets, but the moves it currently knows - to change as it evolves?

For example, say I had a Grass type Pokemon, like a tree - which I want to evolve into a burning fire Pokemon, and then into a ash-ish Pokemon, in a sort of progressive evolution?

It would start out as a grass type, become a fire type, and end up a rock type.

is there a way to force it to forget the Grass Type moves - and likewise its Fire Type moves, upon evolution? I don't want the rock type Pokemon running around with access to fire blast and razor leaf.

Any Ideas?

Well things like that are usually solved with ASM, cuase you can do basically anything with ASM...
You could make it LEARN moves when it evolves with a program called "YAPE", but if you really want to make it force moves, my only guess is ASM.
Here is a good tut for starting if you need it: https://www.pokecommunity.com/threads/117917
 
Last edited:
How can I make an person event hidden (invisible) until a flag is set (in the same area)?
 
Alright so I am having this problem. I have these two sprites that work perfectly on thier own:
[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)


But the moment I try to put them in the same map, I get this problem.

[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)


Anyone have any idea why? I used the tutorial "Inserting new OWs into fire red for dummies", and both of these OWs are from the same OW table.

Also Abras palette is palette 3 (one that was already in the game) and I added dragonites palette by using "Creating new OW palettes in Fire Red" by Quickster, and it's palette is number 32.

I also did the last step of his tutorial:
Spoiler:
Anyone know of a way to fix this?

How can I make an person event hidden (invisible) until a flag is set (in the same area)?

You just need to set the flag and put a hide sprite script. For example, let's say I wanted to talk to someone then have them dissapear. I would make a script like this

Spoiler:


The ending of hidesprite (the 0x0 in my script) should be the same as the sprites "person event". For example if my sprite has the person event 3, my command would instead be "hidesprite 0x3".

Now for the setlfag part, let's just say you were using flag 200. Make sure that the flag is not already set. Then go to advanced map and go to the person ID of the sprite. Make that the same as the flag. So In this example, I would make the person ID of the sprite 200.

I hope that clears everything up!
 
Last edited:
Alright so I am having this problem. I have these two sprites that work perfectly on thier own:
[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)


But the moment I try to put them in the same map, I get this problem.

[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)


Anyone have any idea why? I used the tutorial "Inserting new OWs into fire red for dummies", and both of these OWs are from the same OW table.

Also Abras palette is palette 3 (one that was already in the game) and I added dragonites palette by using "Creating new OW palettes in Fire Red" by Quickster, and it's palette is number 32.

I also did the last step of his tutorial:
Spoiler:
Anyone know of a way to fix this?



You just need to set the flag and put a hide sprite script. For example, let's say I wanted to talk to someone then have them dissapear. I would make a script like this

Spoiler:


The ending of hidesprite (the 0x0 in my script) should be the same as the sprites "person event". For example if my sprite has the person event 3, my command would instead be "hidesprite 0x3".

Now for the setlfag part, let's just say you were using flag 200. Make sure that the flag is not already set. Then go to advanced map and go to the person ID of the sprite. Make that the same as the flag. So In this example, I would make the person ID of the sprite 200.

I hope that clears everything up!

If they have the same pal number then obviously they will share the same pal. Also, pals with a byte before the controller share too. So 15 and 05 are the same pal slot.
 
If they have the same pal number then obviously they will share the same pal. Also, pals with a byte before the controller share too. So 15 and 05 are the same pal slot.

But the Palette number for my abra is 3 and the palette number for dragonite is 32 ... How would that make this the same? I don't get it. 3 and 32 are COMPLETELY different numbers. I also didn't understand that lst thing yyou said witht he byte before the controller. Could you expand on that a bit more?
 
But the Palette number for my abra is 3 and the palette number for dragonite is 32 ... How would that make this the same? I don't get it. 3 and 32 are COMPLETELY different numbers. I also didn't understand that lst thing yyou said witht he byte before the controller. Could you expand on that a bit more?

Not the pal number the pal slot controller. Like in when you're in NSE and when you press ctrl+M and at the bottom right it says 15 00 00 00
That's the pal slot controller. So there 05 00 00 00 and 15 00 00 00 are the same slot, and will be shared. So abra and dragonite there share the same slot, only one pal will be shown.
 
Not the pal number the pal slot controller. Like in when you're in NSE and when you press ctrl+M and at the bottom right it says 15 00 00 00
That's the pal slot controller. So there 05 00 00 00 and 15 00 00 00 are the same slot, and will be shared. So abra and dragonite there share the same slot, only one pal will be shown.

Yeah I just checked and you were right, Abra was 12 02 0000 and dragonite was 12 02 0000.

How do I change these do they are different? Is that all I have to do? just change one of these values so they are different?
 
Yeah I just checked and you were right, Abra was 12 02 0000 and dragonite was 12 02 0000.

How do I change these do they are different? Is that all I have to do? just change one of these values so they are different?

Change one of them and you will go into the game to find them lookin' good.
Just a fact, 0 is for the hero.
 
Status
Not open for further replies.
Back
Top