mirror of
https://github.com/rvtr/TwlNandTool.git
synced 2025-10-31 06:01:08 -04:00
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
|
|
|