TILE_PALETTES: add a few more standard palettes

This almost gives enough standard palettes to pick a few at first.
1 files changed, 4 insertions(+), 0 deletions(-)

M colours.py
M colours.py +4 -0
@@ 76,7 76,11 @@ TILE_PALETTES = {
     "Primary":  [0x20, 0x16, 0x19, 0x01],
     "Megaman": [0x20, 0x0f, 0x21, 0x01],
     "Mario": [0x20, 0x16, 0x36, 0x07],
+    "Luigi": [0x0f, 0x30, 0x37, 0x19],
     "Link": [0x20, 0x29, 0x37, 0x28],
+    "Simon": [0x0f, 0x28, 0x37, 0x07],
+    "White Mage": [0x0f, 0x16, 0x30, 0x37],
+    "Black Mage": [0x0f, 0x28, 0x08, 0x01],
 }