In zc_sys.cpp we have:
Why do we need to rename cfg_sect[] from "zeldadx" ?Code:/**********************************/ /******** System functions ********/ /**********************************/ static char cfg_sect[] = "zeldadx"; //We need to rename this. static char ctrl_sect[] = "Controls"; static char sfx_sect[] = "Volume";