Here's a code to make your character walk twice as fast when going right (can adjust code to make him walk as fast or as slow as you want). The default walking speed is 001E.
HW9A-AAGL (raw = $00BECA:003C)
There is a small problem though. When you use the code above, you'll see that it doesn't take long before your character walks out of the screen. You have to wait a few seconds for the "screen" to catch up with your character. It will require at least one more code to fix that. So that means a total of at least 8 codes to cover all 4 directions, and possibly more codes for diagonal walking. At this point, I'm not going to take the time to make all the codes, but figured I'd post the info I found so far.
I'm not going to add this code to the db at this time.
HW9A-AAGL (raw = $00BECA:003C)
There is a small problem though. When you use the code above, you'll see that it doesn't take long before your character walks out of the screen. You have to wait a few seconds for the "screen" to catch up with your character. It will require at least one more code to fix that. So that means a total of at least 8 codes to cover all 4 directions, and possibly more codes for diagonal walking. At this point, I'm not going to take the time to make all the codes, but figured I'd post the info I found so far.
I'm not going to add this code to the db at this time.
Comment