diff --git a/soh/soh/Enhancements/bootcommands.c b/soh/soh/Enhancements/bootcommands.c index f24e8e7d3..5c9c5f049 100644 --- a/soh/soh/Enhancements/bootcommands.c +++ b/soh/soh/Enhancements/bootcommands.c @@ -27,6 +27,7 @@ void BootCommands_Init() CVar_RegisterS32("gAccessibleInteraction", 0); CVar_RegisterS32("gMoreTargets", 0); CVar_RegisterS32("gMessageTTS", 0); + CVar_RegisterS32("gDPadLook", 0); } //void BootCommands_ParseBootArgs(char* str)