/* Wonder Witch DEF - by NoisyWitch/Wani. Wonder Witch (Turbo C) */ /* -------------------------------- */ typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long; /* -------------------------------- */ #define wBGPAL0 0x0000 #define wBGPAL1 0x0200 #define wBGPAL2 0x0400 #define wBGPAL3 0x0600 #define wBGPAL4 0x0800 #define wBGPAL5 0x0A00 #define wBGPAL6 0x0C00 #define wBGPAL7 0x0E00 #define wBGPAL8 0x1000 #define wBGPAL9 0x1200 #define wBGPALA 0x1400 #define wBGPALB 0x1600 #define wBGPALC 0x1800 #define wBGPALD 0x1A00 #define wBGPALE 0x1C00 #define wBGPALF 0x1E00 #define wSPPAL8 0x0000 #define wSPPAL9 0x0200 #define wSPPALA 0x0400 #define wSPPALB 0x0600 #define wSPPALC 0x0800 #define wSPPALD 0x0A00 #define wSPPALE 0x0C00 #define wSPPALF 0x0E00 #define wSPPAU8 0x2000 #define wSPPAU9 0x2200 #define wSPPAUA 0x2400 #define wSPPAUB 0x2600 #define wSPPAUC 0x2800 #define wSPPAUD 0x2A00 #define wSPPAUE 0x2C00 #define wSPPAUF 0x2E00