From 1aa73d20096ad6be733b2ddf1c890434bd82db75 Mon Sep 17 00:00:00 2001 From: zer0 Date: Tue, 11 May 2010 00:21:22 +0200 Subject: [PATCH] better orphan tomato --- projects/microb2010/mainboard/strat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/microb2010/mainboard/strat.c b/projects/microb2010/mainboard/strat.c index ce30920..dc59581 100644 --- a/projects/microb2010/mainboard/strat.c +++ b/projects/microb2010/mainboard/strat.c @@ -82,7 +82,7 @@ volatile uint8_t strat_opponent_rpack = 0; struct strat_conf strat_conf = { .dump_enabled = 0, .opp_orange = 90, - .orphan_tomato = 50, + .orphan_tomato = 45, .flags = 0, }; @@ -699,7 +699,7 @@ uint8_t get_opp_oranges(void) uint8_t get_orphan_tomatoes(void) { #define CLITOID_TOMATO_RADIUS 100. -#define TOMATO_BACK_X 2760 +#define TOMATO_BACK_X 2780 #define TOMATO_BACK_LEN 200 int16_t x, y, a; -- 2.20.1