From d571c8b02806dcaa265e743e27e956ef02e2adaf Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 13 Jan 2021 16:02:32 -0700 Subject: [PATCH] B_TERRAIN_BG_CHANGE TRUE by default --- include/constants/battle_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants/battle_config.h b/include/constants/battle_config.h index 5b4a895f50..42eeb592aa 100644 --- a/include/constants/battle_config.h +++ b/include/constants/battle_config.h @@ -173,7 +173,7 @@ #define B_NEW_SURF_PARTICLE_PALETTE TRUE // If set to TRUE, it updates Surf's wave palette. #define HIDE_HEALTHBOXES_DURING_ANIMS TRUE // If set to TRUE, hides healthboxes during move animations -#define B_TERRAIN_BG_CHANGE FALSE // If set to TRUE, terrain moves permanently change the default battle background until the effect fades. +#define B_TERRAIN_BG_CHANGE TRUE // If set to TRUE, terrain moves permanently change the default battle background until the effect fades. #define B_ENABLE_DEBUG TRUE // If set to TRUE, enables a debug menu to use in battles by pressing the Select button. #endif // GUARD_CONSTANTS_BATTLE_CONFIG_H