From e264fa6fc087674266c890535caae5d097aca45e Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Thu, 9 Jan 2025 01:14:38 +0100 Subject: [PATCH] Removed OW_AUTO_SIGNPOST (#5978) --- include/config/overworld.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/config/overworld.h b/include/config/overworld.h index 464024025b..be56ccb26f 100644 --- a/include/config/overworld.h +++ b/include/config/overworld.h @@ -3,7 +3,6 @@ // Movement config #define OW_RUNNING_INDOORS GEN_LATEST // In Gen4+, players are allowed to run indoors. -#define OW_AUTO_SIGNPOST FALSE // When enabled, if the tile that the player is facing has MB_SIGNPOST, MB_POKEMART_SIGN, or MB_POKEMON_CENTER_SIGN, the player will automatically read the signpost, as seen in FRLG. #define SLOW_MOVEMENT_ON_STAIRS FALSE // If enabled, the player will move slower up/down stairs like in FR // Other settings