Пример #1
0
 private int[] GetLocationPixels(bool hilite)
 {
     int[] pixels = Do.GetPixelRegion(Model.Sprites_Graphics, 0x20, GetPointPalette(), 16, 0, 1, 2, 1, 0);
     if (hilite)
     {
         return(Do.Hilite(pixels, 16, 8));
     }
     else
     {
         return(pixels);
     }
 }