greetings. first time poster here.
I am programming a mario clone, and this site is a useful resource, as I require some degree of fidelity in my recreation.
There is a question I have been unable to find the answer to, though, and I hope this is the correct place to ask it:
In SMB3, by what amount is Mario's x-speed incremented?
This page tells me the value is the same whether Mario is walking or running, but inconveniently neglects to specify the value.
I have gone over
this page a hundred times already, not wanting to ask without searching first on my own behalf, but the answer doesn't seem to be there, either...
I've tried out various values in my game and found that .1 pixels/frame "feels" somewhat correct, but I'd like a more exact answer, if (oh please let it be!) someone can furnish one.
Thanks for any help you can provide.