public byte[] GetPalRam() { Marshal.Copy(QN.qn_get_palmem(Context), palrambuf, 0, 0x20); return(palrambuf); }