diff --git a/platform.g3a b/platform.g3a index 4b97fb7..746c51c 100644 Binary files a/platform.g3a and b/platform.g3a differ diff --git a/src/main.c b/src/main.c index 3960698..4ce001d 100644 --- a/src/main.c +++ b/src/main.c @@ -16,7 +16,8 @@ #define UG_CAN_JUMP upgrades[0] void dupdate(); //gint function -void jump_test(char *jump_pressed, char *jump_buffer, unsigned int *jump_hold); //test if jump pressed +//test if jump pressed +void jump_test(char *jump_pressed, char *jump_buffer, unsigned int *jump_hold); int sgn(int number); //return the sign of input double int callback(volatile void *arg)