summaryrefslogtreecommitdiff
path: root/digital/io-hub
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub')
-rw-r--r--digital/io-hub/src/guybrush/bot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io-hub/src/guybrush/bot.h b/digital/io-hub/src/guybrush/bot.h
index 5764aa59..e146f796 100644
--- a/digital/io-hub/src/guybrush/bot.h
+++ b/digital/io-hub/src/guybrush/bot.h
@@ -65,6 +65,6 @@
/** Normal cruise speed. */
#define BOT_SPEED_NORMAL 0x50, 0x60, 0x20, 0x20
/** Approach speed. */
-#define BOT_SPEED_APPROACH 0x20, 0x30, 0x20, 0x20
+#define BOT_SPEED_APPROACH 0x20, 0x30, 0x10, 0x20
#endif /* bot_h */