Skip to content
Snippets Groups Projects
Commit 43daa6b3 authored by Superstarxalien's avatar Superstarxalien
Browse files

Merge branch 'main' into debug

parents a57054a0 73cdc448
Branches debug
No related tags found
No related merge requests found
...@@ -248,7 +248,8 @@ void processSprites(void) { ...@@ -248,7 +248,8 @@ void processSprites(void) {
// to do with automating animation frame order indices // to do with automating animation frame order indices
uint8_t curanimframeletter = 0x41; uint8_t curanimframeletter = 0x41;
uint8_t lastanimframeletterinstate = 0; uint8_t lastanimframeletterinstate = 0;
uint8_t curstate, laststate = 0; uint8_t curstate = 0;
uint8_t laststate = 0;
kfollower.highestanimframeletter = 0x41; kfollower.highestanimframeletter = 0x41;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment