diff --git a/soh/soh/Enhancements/bootcommands.c b/soh/soh/Enhancements/bootcommands.c index c58a11b6b..2ed57db65 100644 --- a/soh/soh/Enhancements/bootcommands.c +++ b/soh/soh/Enhancements/bootcommands.c @@ -26,6 +26,9 @@ void BootCommands_Init() CVar_RegisterS32("gPauseLiveLink", 0); CVar_RegisterS32("gMinimalUI", 0); CVar_RegisterS32("gVisualAgony", 0); + CVar_RegisterS32("gN64Colors", 1); + CVar_RegisterS32("gGameCubeColors", 0); + CVar_RegisterS32("gCustomColors", 0); } //void BootCommands_ParseBootArgs(char* str)