From cb98106db070e90d1e644d1362b12d0ba2a12f67 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sun, 13 Apr 2025 22:49:38 -0300 Subject: [PATCH] Corrected Dexnav config related comment (#6610) --- include/config/dexnav.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/dexnav.h b/include/config/dexnav.h index 7b4e3ba285..7ef65ae9b4 100644 --- a/include/config/dexnav.h +++ b/include/config/dexnav.h @@ -19,7 +19,7 @@ #define DEXNAV_CHAIN_MAX 100 // maximum chain value -// hidden pokemon options - an approximation of values to due to lack of available data +// hidden pokemon options - an approximation of values due to lack of available data #define HIDDEN_MON_STEP_COUNT 100 // Look for hidden pokemon every x steps #define HIDDEN_MON_SEARCH_RATE 25 // x% chance of finding hidden pokemon every x steps #define HIDDEN_MON_PROBABILTY 15 // x% chance of finding hidden mon compared to regular encounter data