diff --git a/soh/soh/Enhancements/bootcommands.c b/soh/soh/Enhancements/bootcommands.c index 21f3340cb..3714030fa 100644 --- a/soh/soh/Enhancements/bootcommands.c +++ b/soh/soh/Enhancements/bootcommands.c @@ -29,7 +29,7 @@ void BootCommands_Init() CVar_RegisterS32("gUniformLR", 1); CVar_RegisterS32("gNewDrops", 0); CVar_RegisterS32("gVisualAgony", 0); - CVar_RegisterS32("gShowExtraTitleInfo", 0); + CVar_RegisterS32("gShowTitleInfo", 1); } //void BootCommands_ParseBootArgs(char* str)