diff --git a/source/platform/Platform_basketball.c b/source/platform/Platform_basketball.c index 89cbe39..fe8a371 100644 --- a/source/platform/Platform_basketball.c +++ b/source/platform/Platform_basketball.c @@ -50,6 +50,7 @@ static Blip_t blip[BASKETBALL_BLIP_COLUMNS][BASKETBALL_BLIP_ROWS]; static Blip_t basket; static Stat_t digit[2]; static Help_t help[] = { + { WK_1, { 34, 232 } }, { WK_2, { 183, 232} }, { WK_BLR, {27, 275} }, { WK_DPAD, { 105, 242} } diff --git a/source/platform/Platform_hockey.c b/source/platform/Platform_hockey.c index e0aebc8..0a7dff4 100644 --- a/source/platform/Platform_hockey.c +++ b/source/platform/Platform_hockey.c @@ -52,8 +52,9 @@ static Sound_t tcWaveRes[HOCKEY_SOUND_NSOUNDS]; static Blip_t blip[HOCKEY_BLIP_COLUMNS][HOCKEY_BLIP_ROWS]; static Stat_t digit[2]; static Help_t help[] = { + { WK_1, { 34, 243} }, { WK_2, { 181, 243} }, - { WK_BLR, { 24, 286 } }, + { WK_BLR, { 24, 286} }, { WK_DPAD, { 104, 252} } }; //---------------------------------------------------------------------------- diff --git a/source/platform/Platform_hockeyca.c b/source/platform/Platform_hockeyca.c index 73b6355..61472ad 100644 --- a/source/platform/Platform_hockeyca.c +++ b/source/platform/Platform_hockeyca.c @@ -50,6 +50,7 @@ static Blip_t blip[HOCKEYCA_BLIP_COLUMNS][HOCKEYCA_BLIP_ROWS]; static Blip_t goal; static Stat_t digit[2]; static Help_t help[] = { + { WK_1, { 34, 243} }, { WK_2, { 181, 243} }, { WK_BLR, { 25, 286 } }, { WK_DPAD, { 104, 251} } diff --git a/source/platform/Platform_soccer.c b/source/platform/Platform_soccer.c index 33657b0..ea5be05 100644 --- a/source/platform/Platform_soccer.c +++ b/source/platform/Platform_soccer.c @@ -50,6 +50,7 @@ static Blip_t blip[SOCCER_BLIP_COLUMNS][SOCCER_BLIP_ROWS]; static Blip_t goal; static Stat_t digit[2]; static Help_t help[] = { + { WK_1, { 34, 243} }, { WK_2, { 180, 243} }, { WK_BLR, { 25, 285 } }, { WK_DPAD, { 105, 252} }