| Custom Sprite Size/GFX Size |
|
Forum Index - SMW Hacking - General SMW Hacking Help - Custom Sprite Size/GFX Size |
|
Pages: 1  |
|
|
|
| Posted on 2012-07-03 09:31:02 PM |
Link | Quote |
|
|
How do I change the size/GFX size of a Custom Sprite?
|
|
| Posted on 2012-07-04 04:33:43 AM |
Link | Quote |
|
For the GFX, find the ExGFX file the sprite uses and change the tiles there.
As for the size.... that would require editing the ASM file, which I personally don't know how to do.
- BlackMageMario
|
|
| Posted on 2012-07-04 08:40:58 AM |
Link | Quote |
|
|
As BlackMageMario said, it's not that easy and requires sprite coding knowledge. If you need a bigger/smaller version of any sprite, feel free to request.
|
|
| Posted on 2012-07-05 05:24:06 AM |
Link | Quote |
|
|
Yeah, you need to change the interaction as well as the size of the graphics. Interaction usually isn't a problem since you can just change the clipping value of the sprite using Tweaker or the .cfg editor, but changing the sprite graphically won't be easy. You'll have to modify the graphics routine of the sprite in the .asm file. Check if your sprite exists in a different size format from the sprite section. If it doesn't you'll have to either do it yourself or request it.
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - Custom Sprite Size/GFX Size |