mirror of
https://github.com/ApacheThunder/SCKILL.git
synced 2025-06-18 11:05:50 -04:00

* Update sckill with improved version that supports SuperCard Lite MicroSD (not to beconfused with the one that has Rumble)
26 lines
738 B
Plaintext
26 lines
738 B
Plaintext
#-------------------------------------------------------
|
|
# graphics in tile format
|
|
#-------------------------------------------------------
|
|
-gt
|
|
|
|
#-------------------------------------------------------
|
|
# output first 16 colors of the palette
|
|
#-------------------------------------------------------
|
|
-pw16
|
|
|
|
#-------------------------------------------------------
|
|
# no tile reduction
|
|
#-------------------------------------------------------
|
|
-mR!
|
|
|
|
#-------------------------------------------------------
|
|
# no map output
|
|
#-------------------------------------------------------
|
|
-m!
|
|
|
|
#-------------------------------------------------------
|
|
# graphics bit depth is 4 (16 color)
|
|
#-------------------------------------------------------
|
|
-gB4
|
|
|