diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 14:54:00 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 14:54:00 -0500 |
commit | f1e1b26138daabc15b83f5a8ce7f6e513749f5a8 (patch) | |
tree | 958ec227e911836c1a497f4586105dc721f71dca /gfx | |
parent | 31caeeba3c85821fa733c3e714ede2f62ed89517 (diff) |
More gfx/**/*.pal files
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/intro/gender_screen.pal | 4 | ||||
-rw-r--r-- | gfx/overworld/heal_machine.pal | 4 | ||||
-rw-r--r-- | gfx/overworld/trainer_battle_day.pal | 4 | ||||
-rw-r--r-- | gfx/overworld/trainer_battle_nite.pal | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/gfx/intro/gender_screen.pal b/gfx/intro/gender_screen.pal new file mode 100644 index 000000000..ca8ae04aa --- /dev/null +++ b/gfx/intro/gender_screen.pal @@ -0,0 +1,4 @@ + RGB 31, 31, 31 + RGB 09, 30, 31 + RGB 01, 11, 31 + RGB 00, 00, 00 diff --git a/gfx/overworld/heal_machine.pal b/gfx/overworld/heal_machine.pal new file mode 100644 index 000000000..28a76de40 --- /dev/null +++ b/gfx/overworld/heal_machine.pal @@ -0,0 +1,4 @@ + RGB 31, 31, 31 + RGB 31, 19, 10 + RGB 31, 07, 01 + RGB 00, 00, 00 diff --git a/gfx/overworld/trainer_battle_day.pal b/gfx/overworld/trainer_battle_day.pal new file mode 100644 index 000000000..b7d67891e --- /dev/null +++ b/gfx/overworld/trainer_battle_day.pal @@ -0,0 +1,4 @@ + RGB 31, 18, 29 + RGB 31, 11, 15 + RGB 31, 05, 05 + RGB 07, 07, 07 diff --git a/gfx/overworld/trainer_battle_nite.pal b/gfx/overworld/trainer_battle_nite.pal new file mode 100644 index 000000000..d1a35f33b --- /dev/null +++ b/gfx/overworld/trainer_battle_nite.pal @@ -0,0 +1,4 @@ + RGB 31, 18, 29 + RGB 31, 05, 05 + RGB 31, 05, 05 + RGB 31, 05, 05 |