mirror of
https://github.com/W3SLAV/automicropython_nds.git
synced 2025-06-18 11:05:37 -04:00
29 lines
741 B
Plaintext
29 lines
741 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
|
|
|
|
|
|
|
|
|