summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush/strat.c
diff options
context:
space:
mode:
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 },