@@ -215,6 +215,7 @@ std::string descForGV(std::string gv) {
215215 {" 0109" , " Toggles the extra info/debug label in game" },
216216 {" 0113" , " Flips the platformer controls" },
217217 {" 0153" , " Whether the player should explode on death" },
218+ {" 0019" , " Loads audio into memory. Used to be available in 2.1, not available in base 2.2" },
218219 {" 0022" , " Whether the game should use higher audio quality" },
219220 {" 0075" , " (Parental Controls) Disables comments <cy>(known to be buggy)</c>" },
220221 {" 0076" , " (Parental Controls) Disables account posts" },
@@ -404,13 +405,13 @@ void SettingsLayer::switchPage(SettingPage page, bool isFirstRun, CCMenuItemSpri
404405 SETTING (" Flip Pause Button" , " 0015" )
405406 SEPARATOR (" Icon Options" )
406407 SETTING (" Explode Player on Death" , " 0153" )
407- SETTING (" Default Mini Icon" , " 0026 " )
408+ SETTING (" Default Mini Icon" , " 0060 " )
408409 SETTING (" Switch Spider Teleport Color" , " 0061" )
409410 SETTING (" Switch Dash Fire Color" , " 0062" )
410411 SETTING (" Switch Wave Trail Color" , " 0096" )
411412 break ;
412413 case Audio:
413- SETTING (" Load Songs into Memory" , " 0010 " )
414+ SETTING (" Load Songs into Memory" , " 0019 " )
414415 SETTING (" Higher Audio Quality" , " 0022" )
415416 SETTING (" Change Song Path" , " 0033" )
416417 SETTING (" No Song Limit" , " 0018" )
@@ -449,7 +450,7 @@ void SettingsLayer::switchPage(SettingPage page, bool isFirstRun, CCMenuItemSpri
449450 SEPARATOR (" Improvements (may cause issues on low end devices)" )
450451 SETTING (" Increase Max Levels" , " 0042" )
451452 SETTING (" Disable Object Alert" , " 0056" )
452- SETTING (" Save Gauntlet Levels" , " 0126 " )
453+ SETTING (" Save Gauntlet Levels" , " 0127 " )
453454 SETTING (" Increase Local Levels Per Page" , " 0093" )
454455 SETTING (" High Capacity Mode" , " 0066" )
455456 SEPARATOR (" Disable Toggles" )
0 commit comments