Created
June 8, 2023 10:51
-
-
Save berarma/8a6e6c78ae9d89e7691cc7b1ff8f73da to your computer and use it in GitHub Desktop.
Head Over Heels debugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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