From 81d877339ce1ae048426733bb820c9daf6e9919a Mon Sep 17 00:00:00 2001 From: psf <77138753+pkmnsnfrn@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:36:50 -0800 Subject: [PATCH] Removed OW_AUTO_SIGNPOST (#5974) --- include/config/overworld.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/config/overworld.h b/include/config/overworld.h index bc65470751..5a6cb1e955 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