Kroc/Sonic1-Z80-ASM

Fix left-stop jitter

Kroc opened this issue · 0 comments

Kroc commented

When the player walks into a wall facing left, Sonic jitters slightly as the direction variable is being set to right ($00) instead of left ($FF) to stop him. This would not have been visible on CRT screens at the time, but something that should be fixed now.