You are not logged in.
Pages: 1
I'm remaking Pokemon Crystal, but i don't change a trainer sprite in it. Help me, so i thanks if you help me.
My webside: Pokemoner.com
Offline
Really, i know agixp but i dont think it can use with Pokemon crystal. I tested but it had a error. So I tested in Pokemon Gold and didn't has any error.
My webside: Pokemoner.com
Offline
Use AgiXp to insert the image in a Gold/Silver rom and then copy it over to your Crystal rom. The decompression routine should be the same so the sprite should be displayed properly in it as well. After you have copied the sprite, you simply need to look for a pointer to the original image and change that to point to the new image you copied over and you're done.
Offline
Use AgiXp to insert the image in a Gold/Silver rom and then copy it over to your Crystal rom. The decompression routine should be the same so the sprite should be displayed properly in it as well. After you have copied the sprite, you simply need to look for a pointer to the original image and change that to point to the new image you copied over and you're done.
-Wow, i think it can be difficult for me. Can you guide details?
My webside: Pokemoner.com
Offline
Miksy91 wrote:Use AgiXp to insert the image in a Gold/Silver rom and then copy it over to your Crystal rom. The decompression routine should be the same so the sprite should be displayed properly in it as well. After you have copied the sprite, you simply need to look for a pointer to the original image and change that to point to the new image you copied over and you're done.
-Wow, i think it can be difficult for me. Can you guide details?
1. Insert the image in a gold/silver rom and tell AgiXp an exact offset where you want to input the image.
2. Open the rom where you inserted the image with a hex editor, go to that offset where the image is and use the copy paste function of the hex editor to select the data of the image (ends with byte FF and there should be lots of 00 00 00... after it), and transfer the image that way to your crystal rom.
3. Look for a tutorial how to work around with repointing data.
4. Change the pointer to the original image which you wanted to replace so that it points to this image that you copied to your crystal hack with the hex editor.
It's not that easy, but on the other hand, it's not hard either.
Offline
Thanks very much but i think it's very difficult for me. So i thanks again.
My webside: Pokemoner.com
Offline
Pages: 1