Name: | Automatic Walking v1.1 |
Author: | mathie |
Added: | |
Version History: | View |
Type: | Level |
Includes GFX: | No |
Includes Hijack: | No |
Featured: | No |
Description: | This simple code disables buttons while giving Mario a fixed X speed. Fairly customizable. Be sure to read the instructions inside before using it. v1.1 ----- Fixed a bug with input filtering. $0DAC and $0DAA are meant to be untouched so held down inputs aren't processed as newly pressed inputs. |
Tags: | automatic lorom sa-1 walk |
Comments: | 9 (jump to comments) |
Rating: |
Download
1.16 KiB | 603 downloads
Comments (9)
This version fixes an oversight in the original code that, among other things, caused Mario to jump even when just holding down the jump buttons.
(I think this could also be fixed just by changing the STA $0DAx to TSB $0DAx, but since how you did it also adds the option to filter out held buttons, I guess it could be useful).
Keep in mind that this desynchronizes the goal walk. I don't think it's major enough to be a removal reason (since it's just an aesthetic issue), but keep that in mind.