Skip to content

Commit d4c3eff

Browse files
committed
[FIX] Help for basketbal, soccer, hockey games
1 parent daef125 commit d4c3eff

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

source/platform/Platform_basketball.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static Blip_t blip[BASKETBALL_BLIP_COLUMNS][BASKETBALL_BLIP_ROWS];
5050
static Blip_t basket;
5151
static Stat_t digit[2];
5252
static Help_t help[] = {
53+
{ WK_1, { 34, 232 } },
5354
{ WK_2, { 183, 232} },
5455
{ WK_BLR, {27, 275} },
5556
{ WK_DPAD, { 105, 242} }

source/platform/Platform_hockey.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ static Sound_t tcWaveRes[HOCKEY_SOUND_NSOUNDS];
5252
static Blip_t blip[HOCKEY_BLIP_COLUMNS][HOCKEY_BLIP_ROWS];
5353
static Stat_t digit[2];
5454
static 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
//----------------------------------------------------------------------------

source/platform/Platform_hockeyca.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static Blip_t blip[HOCKEYCA_BLIP_COLUMNS][HOCKEYCA_BLIP_ROWS];
5050
static Blip_t goal;
5151
static Stat_t digit[2];
5252
static Help_t help[] = {
53+
{ WK_1, { 34, 243} },
5354
{ WK_2, { 181, 243} },
5455
{ WK_BLR, { 25, 286 } },
5556
{ WK_DPAD, { 104, 251} }

source/platform/Platform_soccer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static Blip_t blip[SOCCER_BLIP_COLUMNS][SOCCER_BLIP_ROWS];
5050
static Blip_t goal;
5151
static Stat_t digit[2];
5252
static Help_t help[] = {
53+
{ WK_1, { 34, 243} },
5354
{ WK_2, { 180, 243} },
5455
{ WK_BLR, { 25, 285 } },
5556
{ WK_DPAD, { 105, 252} }

0 commit comments

Comments
 (0)