Skip to content

Instantly share code, notes, and snippets.

@berarma
Created June 8, 2023 10:51
Show Gist options
  • Save berarma/8a6e6c78ae9d89e7691cc7b1ff8f73da to your computer and use it in GitHub Desktop.
Save berarma/8a6e6c78ae9d89e7691cc7b1ff8f73da to your computer and use it in GitHub Desktop.
Head Over Heels debugging
Allow moving left when left + right are pressed:
https://github.com/simon-frankau/head-over-heels/blob/f4f318f9dea624b1760064a1da76b20b125a519d/src/directions.asm#L23
POKE 35998,6
Don't stutter when changing keys pressed:
https://github.com/simon-frankau/head-over-heels/blob/f4f318f9dea624b1760064a1da76b20b125a519d/src/character.asm#L579
POKE 42913,24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment