DECLARE SUB DQBgetPal (Pal AS STRING)
Pal - String of 768 character where to store the palette
none
Gets the current palette and stores it into the Pal string. Such a palette can be then used by the DQBsetPal, DQBfadeIn and DQBsaveLayer functions.
See appendix A to know how the palette is stored into the string
See DQBfadeTo example