# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1568927781 14400 # Thu Sep 19 17:16:21 2019 -0400 # Node ID ef1a879802ad77cc153f726020de3cdc9ed26772 # Parent b6002eead003bb9a6f8f65a17c4ac598e03f5266 TILE_PALETTES: add a few more standard palettes This almost gives enough standard palettes to pick a few at first. diff --git a/colours.py b/colours.py --- a/colours.py +++ b/colours.py @@ -76,7 +76,11 @@ "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], }