Skip to content

Commit

Permalink
Fix level 9
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondts committed Jan 16, 2021
1 parent 3005922 commit 478e389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/levels.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ char *GetLevels(uint8_t l){
case 6: return LEVEL_6;
case 7: return LEVEL_7;
case 8: return LEVEL_8;
case 9: return LEVEL_9;
default: fprintf(stderr, "[x] Unknown level!\n");
exit(1);
}
Expand All @@ -33,6 +34,7 @@ void PrintLevels(void){
fprintf(stderr, "Level%s\n", LEVEL_6);
fprintf(stderr, "Level%s\n", LEVEL_7);
fprintf(stderr, "Level%s\n", LEVEL_8);
fprintf(stderr, "Level%s\n", LEVEL_9);
}

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down
2 changes: 1 addition & 1 deletion src/levels.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define LEVEL_5 " 5: -tm 1:1:1:0.75/1:1:0.86 -tm 2:10:1:0.79/1:1:0.9 -tm 3:20:1:0.86/2:10:0.9 -tm 4:50:1:0.91/2:20:0.91 -tm 5:200:5:0.96/3:20:0.92 -tm 6:400:5:0.92/5:20:0.91 -tm 7:500:5:0.93/6:30:0.9 -tm 8:1000:5:0.92/7:50:0.93 -tm 11:1500:10:0.93/10:200:0.92 "
#define LEVEL_6 " 6: -tm 1:1:1:0.75/1:1:0.86 -tm 2:10:1:0.79/1:1:0.9 -tm 3:20:1:0.86/2:10:0.9 -tm 4:50:1:0.91/2:20:0.91 -tm 5:200:5:0.96/3:20:0.92 -tm 6:400:5:0.92/5:20:0.91 -tm 7:500:5:0.93/6:30:0.9 -tm 8:1000:5:0.92/7:50:0.93 -tm 11:1500:10:0.93/10:200:0.92 -tm 12:1500:10:0.94/11:200:0.93 "
#define LEVEL_7 " 7: -tm 1:1:1:0.76/1:1:0.88 -tm 2:10:1:0.83/1:1:0.86 -tm 3:20:1:0.83/2:1:0.87 -tm 4:50:1:0.88/2:10:0.89 -tm 5:200:5:0.94/3:20:0.89 -tm 6:300:5:0.91/5:20:0.88 -tm 7:500:5:0.91/6:60:0.87 -tm 8:500:5:0.92/7:15:0.89 -tm 10:1500:10:0.92/9:80:0.9 -tm 13:1500:10:0.96/12:30:0.92 -tm 15:2000:15:0.94/14:250:0.92 "
#define LEVEL_8 " 8: -tm 1:1:1:0.76/1:1:0.88 -tm 2:10:1:0.83/1:1:0.86 -tm 3:20:1:0.83/2:1:0.87 -tm 4:50:1:0.88/2:10:0.89 -tm 5:200:1:0.94/3:20:0.89 -tm 6:300:1:0.91/5:20:0.88 -tm 7:500:1:0.91/6:60:0.87 -tm 8:500:1:0.92/7:15:0.89 -tm 9:1000:1:0.92/8:15:0.9 -tm 10:1500:3:0.92/9:80:0.9 -tm 11:1500:3:0.93/10:200:0.92 -tm 12:1500:3:0.94/11:200:0.93 -tm 13:1500:3:0.96/12:30:0.92 -tm 14:1750:3:0.95/13:150:0.93 -tm 15:2000:5:0.94/14:250:0.92 -tm 17:2200:5:0.95/16:350:0.93 -tm 20:2500:10:0.96/19:500:0.95
#define LEVEL_8 " 8: -tm 1:1:1:0.76/1:1:0.88 -tm 2:10:1:0.83/1:1:0.86 -tm 3:20:1:0.83/2:1:0.87 -tm 4:50:1:0.88/2:10:0.89 -tm 5:200:1:0.94/3:20:0.89 -tm 6:300:1:0.91/5:20:0.88 -tm 7:500:1:0.91/6:60:0.87 -tm 8:500:1:0.92/7:15:0.89 -tm 9:1000:1:0.92/8:15:0.9 -tm 10:1500:3:0.92/9:80:0.9 -tm 11:1500:3:0.93/10:200:0.92 -tm 12:1500:3:0.94/11:200:0.93 -tm 13:1500:3:0.96/12:30:0.92 -tm 14:1750:3:0.95/13:150:0.93 -tm 15:2000:5:0.94/14:250:0.92 -tm 17:2200:5:0.95/16:350:0.93 -tm 20:2500:10:0.96/19:500:0.95 "
#define LEVEL_9 " 9: -tm 1:1:1:0.76/1:1:0.88 -tm 2:10:1:0.83/1:1:0.86 -tm 3:20:1:0.83/2:1:0.87 -tm 4:50:1:0.88/2:10:0.89 -tm 5:200:5:0.94/3:20:0.89 -tm 6:300:5:0.91/5:20:0.88 -tm 7:500:5:0.91/6:60:0.87 -tm 8:500:5:0.92/7:15:0.89 -tm 9:1000:5:0.92/8:15:0.9 -tm 10:1500:5:0.92/9:80:0.9 -tm 11:1500:5:0.93/10:200:0.92 -tm 12:1500:5:0.94/11:200:0.93 -tm 13:1500:10:0.96/12:30:0.92 -tm 14:1750:10:0.95/13:150:0.93 -tm 15:2000:10:0.94/14:250:0.92 -tm 17:2200:10:0.95/16:350:0.93 -tm 20:2500:15:0.96/19:500:0.95 "

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 478e389

Please sign in to comment.