File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ static Blip_t blip[BASKETBALL_BLIP_COLUMNS][BASKETBALL_BLIP_ROWS];
5050static Blip_t basket ;
5151static Stat_t digit [2 ];
5252static Help_t help [] = {
53+ { WK_1 , { 34 , 232 } },
5354 { WK_2 , { 183 , 232 } },
5455 { WK_BLR , {27 , 275 } },
5556 { WK_DPAD , { 105 , 242 } }
Original file line number Diff line number Diff line change @@ -52,8 +52,9 @@ static Sound_t tcWaveRes[HOCKEY_SOUND_NSOUNDS];
5252static Blip_t blip [HOCKEY_BLIP_COLUMNS ][HOCKEY_BLIP_ROWS ];
5353static Stat_t digit [2 ];
5454static Help_t help [] = {
55+ { WK_1 , { 34 , 243 } },
5556 { WK_2 , { 181 , 243 } },
56- { WK_BLR , { 24 , 286 } },
57+ { WK_BLR , { 24 , 286 } },
5758 { WK_DPAD , { 104 , 252 } }
5859};
5960//----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ static Blip_t blip[HOCKEYCA_BLIP_COLUMNS][HOCKEYCA_BLIP_ROWS];
5050static Blip_t goal ;
5151static Stat_t digit [2 ];
5252static Help_t help [] = {
53+ { WK_1 , { 34 , 243 } },
5354 { WK_2 , { 181 , 243 } },
5455 { WK_BLR , { 25 , 286 } },
5556 { WK_DPAD , { 104 , 251 } }
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ static Blip_t blip[SOCCER_BLIP_COLUMNS][SOCCER_BLIP_ROWS];
5050static Blip_t goal ;
5151static Stat_t digit [2 ];
5252static Help_t help [] = {
53+ { WK_1 , { 34 , 243 } },
5354 { WK_2 , { 180 , 243 } },
5455 { WK_BLR , { 25 , 285 } },
5556 { WK_DPAD , { 105 , 252 } }
You can’t perform that action at this time.
0 commit comments