| im changing yoshi into derpy hooves |
|
Forum Index - SMW Hacking - General SMW Hacking Help - im changing yoshi into derpy hooves |
|
Pages: 1  |
|
|
|
| Posted on 2011-10-01 02:07:26 PM |
Link | Quote |
|
i need help changing hex of yoshi please help
also give me a lesson on hex please
|
|
| Posted on 2011-10-01 02:49:00 PM |
Link | Quote |
|
|
Changing Yoshi's tilemap isn't necessary; just replace the proper graphics in your reskinning adventures.
|
|
| Posted on 2011-10-01 04:18:56 PM |
Link | Quote |
|
I know that already but the hex is bothering me
for the toung and sound effect
|
|
| Posted on 2011-10-01 04:39:20 PM |
Link | Quote |
|
Code0F50F | $01:F30F | 1 byte | Sound effect | Yoshi tongue sound. Uses $1DFC for sound effect.
0F519 | $01:F319 | 1 byte | Sprite physics | Speed at which Yoshi's tongue comes out.
Maybe setting 0F519 to 00 should do it?
|
|
| Posted on 2011-10-01 04:54:30 PM |
Link | Quote |
|
|
i cant find the address i'm new to this how do i find it in the hex editor?
|
|
| Posted on 2011-10-01 05:11:22 PM |
Link | Quote |
|
Press Ctrl+G, then type the addres with an x before it (i.e. if the adress is 0F2E1 you type x0F2E1). Then replace that value with what you want (in your case you type 00 in both). Then save.
|
|
| Posted on 2011-10-01 05:18:27 PM |
Link | Quote |
|
Originally posted by MaxodexPress Ctrl+G, then type the addres with an x before it (i.e. if the adress is 0F2E1 you type x0F2E1). Then replace that value with what you want (in your case you type 00 in both). Then save.
Only in the HxD software, unless I'm missing something.
|
|
| Posted on 2011-10-01 05:27:05 PM |
Link | Quote |
|
well i am done with hex...
"for now"
|
|
| Posted on 2011-10-01 05:28:28 PM |
Link | Quote |
|
Originally posted by IllusiyellowOriginally posted by MaxodexPress Ctrl+G, then type the addres with an x before it (i.e. if the adress is 0F2E1 you type x0F2E1). Then replace that value with what you want (in your case you type 00 in both). Then save.
Only in the HxD software, unless I'm missing something.
That should work in Translhextion too
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - im changing yoshi into derpy hooves |