summaryrefslogtreecommitdiff
path: root/gfx/stats
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-12 14:41:42 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-12 14:41:42 -0500
commit31caeeba3c85821fa733c3e714ede2f62ed89517 (patch)
tree73aa9d20c57cc9c7badad8b729b03a1372098780 /gfx/stats
parent960783cdf4e6bf57be049e5d0cc7fcec6f107711 (diff)
Separate more palettes into gfx/**/*.pal files
Diffstat (limited to 'gfx/stats')
-rw-r--r--gfx/stats/pages.pal15
-rw-r--r--gfx/stats/stats.pal6
2 files changed, 21 insertions, 0 deletions
diff --git a/gfx/stats/pages.pal b/gfx/stats/pages.pal
new file mode 100644
index 000000000..837e10cb0
--- /dev/null
+++ b/gfx/stats/pages.pal
@@ -0,0 +1,15 @@
+; pink
+ RGB 31, 31, 31
+ RGB 31, 19, 31
+ RGB 31, 15, 31
+ RGB 00, 00, 00
+; green
+ RGB 31, 31, 31
+ RGB 21, 31, 14
+ RGB 17, 31, 00
+ RGB 00, 00, 00
+; blue
+ RGB 31, 31, 31
+ RGB 17, 31, 31
+ RGB 17, 31, 31
+ RGB 00, 00, 00
diff --git a/gfx/stats/stats.pal b/gfx/stats/stats.pal
new file mode 100644
index 000000000..5b12e02b9
--- /dev/null
+++ b/gfx/stats/stats.pal
@@ -0,0 +1,6 @@
+; pink
+ RGB 31, 19, 31
+; green
+ RGB 21, 31, 14
+; blue
+ RGB 17, 31, 31