| Doesn't this Stuff belong to the RAM/ROM Map? (Or is it included somewhere else?) |
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Doesn't this Stuff belong to the RAM/ROM Map? (Or is it included somewhere else?) |
|
Pages: 1  |
|
|
|
| Posted on 2012-01-21 03:44:15 AM |
Link | Quote |
|
I'm talking about various "speed stats" for some sprites, like for example the koopa (which should have for going left and right some stuff in the ROM Map, shouldn't it?)
But it seems that I can't find it... could someone help me out?
|
|
| Posted on 2012-01-21 08:01:44 AM |
Link | Quote |
|
Originally posted by ShogI'm talking about various "speed stats" for some sprites, like for example the koopa (which should have for going left and right some stuff in the ROM Map, shouldn't it?)
But it seems that I can't find it... could someone help me out?
Considering how the ROM Map is due for modertation, and the fact that they aren't in there suggests that they haven't yet been found yet. You could try looking in all.log and seeing if that provides anything.
|
|
| Posted on 2012-01-22 07:38:59 AM |
Link | Quote |
|
That's a good idea and in case I find the proper adress,
is there a format how to add it into the ROM Map?
(I'm not sure how to do so, would it be enough, if I tell some more experienced user the "Hex Position" in the Hex editor?)
Edit: I guess I found the string with the responsible Data for the "Shell Speed" with some guessing and I really want to know HOW can I make it like in the ROM Map, that when you for example search:
You get:
Code$00:950B 1 byte Debug DEBUG: Boss defeated scene select (30 = enable)
How can I do that? I find the string of Hex values in the correct place, but sadly I can't "filter" it out so that everyone can search it like above with placing a "x" before the numbers...
|
| Last edited on 2012-01-22 07:51:16 AM by Shog. |
|
| Posted on 2012-01-22 07:56:35 AM |
Link | Quote |
|
You type the the PC address in the Address text box. You don't prepend it with an 'x' as well. The SNES address is automatically calculated.
For example, you would type "0170B" in the address box for that address.
|
|
| Posted on 2012-01-22 07:58:54 AM |
Link | Quote |
|
Originally posted by IceguyYou type the the PC address in the Address text box. You don't prepend it with an 'x' as well. The SNES address is automatically calculated.
For example, you would type "0170B" in the address box for that address.
Wait what?
I know I can't explain it well, but what I try to say is, how can I find the "0170B" in the Hex Editor AFTER I found with some guessing the correct values thanks to all.log (A example would be...56 34 56)?
Sorry if I'm missing something, I never did that before, that's why...
|
| Last edited on 2012-01-22 08:01:00 AM by Shog. |
|
| Posted on 2012-01-22 08:06:24 AM |
Link | Quote |
|
So you have the SNES address (six digits) and want the five-digit PC address?
Stick it in Lunar Address. There are a bunch of other tools for similar tasks, but I find Lunar Address easiest for this task.
|
|
| Posted on 2012-01-22 08:29:06 AM |
Link | Quote |
|
Originally posted by AlcaroSo you have the SNES address (six digits) and want the five-digit PC address?
Stick it in Lunar Address. There are a bunch of other tools for similar tasks, but I find Lunar Address easiest for this task.
Okay, let's see if I got this right: (Note that I don't care if someone else post it on the ROM Map, it would be even better I guess)
My steps:
1.
I searched in all.log for the sprite table for speed:
db $D2,$2E,$CC,$34
2.
After I found them and checked if there wasn't somewhere else the same values, I checked in the bottom left corner the "PC-Adress" as a frienddumbfuck /insider told me with his diagramm.
The number was: 0xA16B
3.
I checked if the number can be used for the "Jump To..." command to see if it is possible to get there, it was.
4.
Putting this in Lunar Adress leads to the number:
$01:9F6B
5.Testing it ingame, success.
So...could someone post this to the ROM Map?
in case you're wondered, it affects the shells Speed, while the latest $34 is for the left X Speed... of course I'm not finished with "what does it, too?". But i think it should affect lotsa things, so could I post it already on the ROM Map, only knowing it effects the shell speed?
|
| Last edited on 2012-01-22 09:15:47 AM by Shog. |
|
| Posted on 2012-01-22 10:13:48 AM |
Link | Quote |
|
|
I submitted that Address to the ROM-Map with additional stuff explaining every value and sideeffects. Thanks for finding this.
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Doesn't this Stuff belong to the RAM/ROM Map? (Or is it included somewhere else?) |