Language…
7 users online: cletus_deletus,  Donut, masl, playagmes169, sinseiga, Skewer, toady - Guests: 228 - Bots: 313
Users: 64,795 (2,375 active)
Latest user: mathew

Customized Yoshi Problem

Hey hello everyone...

I've a question. I want to make a customized YOSHI, a kart.
Instead of 4x3 tiles, I want to make it 4x2 tiles. How can I edit this?
I've pictures for more details:

4x3 tiles


4x2 tiles

Tag (span) was not closed.
doesn't seems too hard at all:
Originally posted by ROM map
x0F020 $01:EE20 13 bytes Misc. X-position of Yoshi's head (facing left)
x0F013 $01:EE13 13 bytes Misc. X-position of Yoshi's head (facing right)
x0F054 $01:EE54 13 bytes Misc. Y-position of Yoshi's head

i didn't try this, though, i don't need of this :P
you can edit these value with an hex editor.
My deviantART
My Youtube channel
My avatar
Watch, i made a Super Mario 64 level
Oh, it didn't notice me. Lol, I'll try. Thanks a lot, now can I go ahead ;)...
Tag (span) was not closed.
Hey if you successfullu change Yoshi into a kart, can you release it/ That would be really awesome
Originally posted by Doomdragon
Hey if you successfullu change Yoshi into a kart, can you release it/ That would be really awesome


With pleasure ;)...

But, I've now another problem... Well, after editing some bytes, YOSHI's head is made down, as the same height as his body. BUT! When I walk, he's headbanging 0_o"'...
Here's my code:
Code
x0F054 = Y-POSITION YOSHI'S HEAD: 0F 0F 01 00 0B 00 00 08 00 00 00 0F 05



What's wrong with those bytes? Did I missed something, like another x#####??

Tag (span) was not closed.
Tag (span) was not closed.
Oh, hehehe ^^;...
I've found the missing bytes. It is
Code
0F 0F 0F 0F 0B 0F 0F 08 0F 0F 0F 0F 05

I'll submit a hack of it when the graphics are finished ;)!!!

Tag (span) was not closed.
Euhh, I've another questions.
1. How can I move Y-POSITION of YOSHI's tongue??
2. How can I edit the X-POSITION of MARIO on YOSHI??

That's all... Well, I can't just find it anywhere =S...
Can somebody help me with this??

Tag (span) was not closed.