summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush/strat.c
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-20 00:00:57 +0200
committerNicolas Schodet2012-05-20 01:04:10 +0200
commit210f4e49a151769abd13357546cb7133d881acd6 (patch)
treed76e9623ddb05a63a31d26a5559ec4fd48866298 /digital/io-hub/src/guybrush/strat.c
parent071ec7296b1e11a2aadfe1b7ba62059e38d96c3a (diff)
digital/io-hub/src/guybrush: change unload position
Diffstat (limited to 'digital/io-hub/src/guybrush/strat.c')
-rw-r--r--digital/io-hub/src/guybrush/strat.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/digital/io-hub/src/guybrush/strat.c b/digital/io-hub/src/guybrush/strat.c
index 36cfc828..2f81688a 100644
--- a/digital/io-hub/src/guybrush/strat.c
+++ b/digital/io-hub/src/guybrush/strat.c
@@ -77,9 +77,11 @@ static const struct strat_place_t strat_place[STRAT_PLACE_NB] = {
{ { PG_MIRROR_X (PG_CAPTAIN_ROOM_LENGTH_MM),
PG_LENGTH - PG_CAPTAIN_ROOM_LENGTH_MM / 2 },
0, STRAT_DECISION_UNLOAD },
- { { BOT_SIZE_RADIUS + 60, PG_LENGTH / 2 },
+ { { (PG_CAPTAIN_ROOM_WIDTH_MM + PG_HOLD_NORTH_X) / 2,
+ (PG_LENGTH - PG_CAPTAIN_ROOM_LENGTH_MM + PG_HOLD_NORTH_Y) / 2 - 75 },
1500, STRAT_DECISION_UNLOAD },
- { { PG_MIRROR_X (BOT_SIZE_RADIUS + 60), PG_LENGTH / 2 },
+ { { PG_MIRROR_X ((PG_CAPTAIN_ROOM_WIDTH_MM + PG_HOLD_NORTH_X) / 2),
+ (PG_LENGTH - PG_CAPTAIN_ROOM_LENGTH_MM + PG_HOLD_NORTH_Y) / 2 - 75 },
1500, STRAT_DECISION_UNLOAD },
{ { PG_WIDTH / 2 - PG_TOTEM_X_OFFSET_MM,
PG_LENGTH / 2 + PATH_PEANUT_CLEAR_MM }, 300, STRAT_DECISION_TOTEM },