Update hiscore.c

This commit is contained in:
Jason Bou-Samra
2024-11-05 10:51:50 +11:00
committed by GitHub
parent 77a127ba6b
commit 98e6d6d7e2
+2 -2
View File
@@ -23,8 +23,8 @@ int total = 0x00; // smashed tiles
int total_c = 0x00; // total count int total_c = 0x00; // total count
int hscores1[8] = {1000, 780, 600, 500, 400, 300, 200, 100}; int hscores1[8] = {10000, 9000, 8000, 7000, 6000, 5000, 4000, 1};
char hscores[8][7+1] = {{"......."}, {"......."}, {"......."}, {"......."}, {"......."}, {"......."}, {"......."}, {"......."}}; // high score panel - scores char hscores[8][7+1] = {{"..10000"}, {"...9000"}, {"...8000"}, {"...7000"}, {"...6000"}, {"...5000"}, {"...4000"}, {"......1"}}; // high score panel - scores
char names[8][7+1] = {{"HULK "}, {"EARTH "}, {"BUSH "}, {"AXE "}, {"PERFECT"}, {"POWERS "}, {"TUGBOAT"}, {"DINO "}}; // high score panel - names char names[8][7+1] = {{"HULK "}, {"EARTH "}, {"BUSH "}, {"AXE "}, {"PERFECT"}, {"POWERS "}, {"TUGBOAT"}, {"DINO "}}; // high score panel - names
char name_temp[7+1] = " "; char name_temp[7+1] = " ";