Move data/palettes/ .pal files into gfx/

This commit is contained in:
Remy Oukaour
2018-01-09 23:21:32 -05:00
parent efd91fe3db
commit 5c5f8b325f
102 changed files with 97 additions and 102 deletions

3
gfx/battle/exp_bar.pal Normal file
View File

@@ -0,0 +1,3 @@
; blue
RGB 30, 26, 15
RGB 04, 17, 31

9
gfx/battle/hp_bar.pal Normal file
View File

@@ -0,0 +1,9 @@
; green
RGB 30, 26, 15
RGB 00, 23, 00
; yellow
RGB 30, 26, 15
RGB 31, 21, 00
; red
RGB 30, 26, 15
RGB 31, 00, 00