diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 15:26:06 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 15:26:06 -0500 |
commit | 9b198178548c4436b01fb39fca73f42571608586 (patch) | |
tree | 51012dc10549a0e1901b525ca6d4a7b0ad8ee8b4 | |
parent | bc22bf26271d6e07b462b0fa77657dd1cb4eb6b5 (diff) |
Comments explain colors
-rw-r--r-- | gfx/pokegear/pokegear.pal | 11 | ||||
-rw-r--r-- | gfx/pokegear/pokegear_f.pal | 11 |
2 files changed, 12 insertions, 10 deletions
diff --git a/gfx/pokegear/pokegear.pal b/gfx/pokegear/pokegear.pal index 397986dec..75cf2cf2d 100644 --- a/gfx/pokegear/pokegear.pal +++ b/gfx/pokegear/pokegear.pal @@ -1,28 +1,29 @@ +; border RGB 28, 31, 20 RGB 21, 21, 21 RGB 13, 13, 13 RGB 00, 00, 00 - +; earth RGB 28, 31, 20 RGB 00, 31, 00 RGB 00, 00, 31 RGB 00, 00, 00 - +; mountain RGB 28, 31, 20 RGB 00, 31, 00 RGB 15, 07, 00 RGB 00, 00, 00 - +; city (boy) RGB 28, 31, 20 RGB 31, 15, 00 RGB 15, 07, 00 RGB 00, 00, 00 - +; point of interest RGB 28, 31, 20 RGB 00, 31, 00 RGB 00, 00, 31 RGB 31, 00, 00 - +; mountain point of interest RGB 28, 31, 20 RGB 00, 31, 00 RGB 15, 07, 00 diff --git a/gfx/pokegear/pokegear_f.pal b/gfx/pokegear/pokegear_f.pal index 3f797c866..78f48fb0c 100644 --- a/gfx/pokegear/pokegear_f.pal +++ b/gfx/pokegear/pokegear_f.pal @@ -1,28 +1,29 @@ +; border RGB 28, 31, 20 RGB 21, 21, 21 RGB 13, 13, 13 RGB 00, 00, 00 - +; earth RGB 28, 31, 20 RGB 00, 31, 00 RGB 00, 00, 31 RGB 00, 00, 00 - +; mountain RGB 28, 31, 20 RGB 00, 31, 00 RGB 15, 07, 00 RGB 00, 00, 00 - +; city (girl) RGB 28, 31, 20 RGB 10, 18, 31 RGB 13, 06, 31 RGB 00, 00, 00 - +; point of interest RGB 28, 31, 20 RGB 00, 31, 00 RGB 00, 00, 31 RGB 31, 00, 00 - +; mountain point of interest RGB 28, 31, 20 RGB 00, 31, 00 RGB 15, 07, 00 |