| Donut Lift GFX |
|
Forum Index - SMW Hacking - General SMW Hacking Help - Donut Lift GFX |
|
Pages: 1  |
|
|
|
| Posted on 2012-02-13 07:09:19 AM |
Link | Quote |
|
|
Whenever I use the donut lift, it looks like a green, cut off block. When I step on it, it looks like a koopa. I changed the asm to work and everything, but it still does this. Why is this happening?
|
|
| Posted on 2012-02-13 12:00:47 PM |
Link | Quote |
|
|
Did you have inserted the ExGFX file that comes with it?
|
|
| Posted on 2012-02-13 12:12:12 PM |
Link | Quote |
|
Try editing the MAP_16 in the sprite .asm part and see if it works:
Code !DONUT_MAP16_NUM = $0216 ; map16 value of the donut block in hex
!DONUT_SPRITE_TILE = $80 ; graphic tile to use for donut sprite
!DONUT_SPRITE_PAL = $02 ; xyppccct format
And check for the custom sprite thing in the block part:
CodeJMP Return : JMP MarioAbove : JMP Return : JMP Return : JMP Return : JMP Return : JMP Return
;custom sprite to generate
!CUSTOM_SPRITE = $10
|
| Last edited on 2012-02-13 12:13:42 PM by DiscoMan. |
|
| Posted on 2012-02-13 07:17:22 PM |
Link | Quote |
|
|
I did everything and iserted the exgfx file. The block itself works fine and even looks fine in lm but in the rom it looks like this: http://i44.tinypic.com/ncaok.png
|
|
| Posted on 2012-02-13 07:34:36 PM |
Link | Quote |
|
|
Are you sure you saved the map16?
|
|
| Posted on 2012-02-13 08:00:05 PM |
Link | Quote |
|
|
I'm sure. Do you know what sprite tile to use?
|
|
| Posted on 2012-02-13 08:03:34 PM |
Link | Quote |
|
Look this code:
Code !DONUT_MAP16_NUM = $0216 ; map16 value of the donut block in hex
!DONUT_SPRITE_TILE = $80 ; graphic tile to use for donut sprite
!DONUT_SPRITE_PAL = $02 ; xyppccct format
Edit the "SPRITE_TILE", it's in the sprite portion not the block.
|
| Last edited on 2012-02-13 08:03:52 PM by DiscoMan. |
|
| Posted on 2012-02-13 08:15:01 PM |
Link | Quote |
|
|
Now it looks like a donut lift after i jump on it, but before it still looks like junk. How do you change the gfx for before you jump on it?
|
|
| Posted on 2012-02-13 08:17:46 PM |
Link | Quote |
|
|
You edit the block where the sprite is "on", you must open the "16x16 tile map editor window", look for the Map16 number where you inserted your block and make the modifications.
|
|
| Posted on 2012-02-13 08:53:49 PM |
Link | Quote |
|
I inserted the block and everything right on the map 16, but before I stomp on it the block looks like
|
|
| Posted on 2012-02-13 09:46:15 PM |
Link | Quote |
|
Does it looks right in Lunar Magic? If it does, it might be a Map16 problem.
Or maybe, you've set sprite 8x8 tiles to the block, which is not right. I had that problem too, and I had to make an ExGFX and insert it in SP2 (or 3), then use those tiles for the block.
Anyways, could you show us the code? I mean, this part of your code:
Code !DONUT_MAP16_NUM = $0216 ; map16 value of the donut block in hex
!DONUT_SPRITE_TILE = $80 ; graphic tile to use for donut sprite
!DONUT_SPRITE_PAL = $02 ; xyppccct format
And the Map16 properties of the custom block.
|
| Last edited on 2012-02-13 09:48:43 PM by New Hacker. |
|
| Posted on 2012-02-14 08:06:53 AM |
Link | Quote |
|
|
I sorta fixed it. Now it looks good before, but when I jump on it, it looks like a berry.
|
|
| Posted on 2012-02-14 08:47:26 AM |
Link | Quote |
|
Originally posted by SuperWeirdowhen I jump on it, it looks like a berry.
That's because you don't have the correct graphics inserted for it; the donut lift sprite needs to have the "donut,poison,venus,goomba (SP2).bin" file (from Spritetool's tilemaps folder) inserted in the SP2 slot.
|
|
| Posted on 2012-02-15 10:01:31 PM |
Link | Quote |
|
|
It works now, but it has a sucky palette.
|
|
| Posted on 2012-02-15 10:10:59 PM |
Link | Quote |
|
|
You have to change that palette, I think it uses palette 9, colors A, B and C.
|
| Last edited on 2012-02-15 10:11:19 PM by New Hacker. |
|
| Posted on 2012-02-16 09:06:25 AM |
Link | Quote |
|
|
No matter what i put in the asm, it looks like a junky green and red.
|
|
| Posted on 2012-02-16 11:00:55 AM |
Link | Quote |
|
|
I mean in Lunar Magic, not in the ASM. Anyways, if you want to change it, just open the CFG Editor, and open "donut_lift.cfg", and look for "Palette", there you can set the palette.
|
| Last edited on 2012-02-16 11:03:11 AM by New Hacker. |
|
| Posted on 2012-02-16 05:45:56 PM |
Link | Quote |
|
It works now.
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - Donut Lift GFX |