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

View File

@@ -0,0 +1,30 @@
; gray
RGB 31, 31, 31
RGB 25, 25, 25
RGB 13, 13, 13
RGB 00, 00, 00
; yellow
RGB 31, 31, 31
RGB 31, 31, 07
RGB 31, 16, 01
RGB 00, 00, 00
; red
RGB 31, 31, 31
RGB 31, 19, 24
RGB 30, 10, 06
RGB 00, 00, 00
; green
RGB 31, 31, 31
RGB 12, 25, 01
RGB 05, 14, 00
RGB 00, 00, 00
; blue
RGB 31, 31, 31
RGB 08, 12, 31
RGB 01, 04, 31
RGB 00, 00, 00
; brown
RGB 31, 31, 31
RGB 24, 18, 07
RGB 20, 15, 03
RGB 00, 00, 00

View File

@@ -0,0 +1,44 @@
RGB 31, 31, 31
RGB 17, 07, 31
RGB 06, 19, 08
RGB 00, 00, 00
RGB 31, 31, 31
RGB 29, 25, 00
RGB 06, 19, 08
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 13, 30
RGB 06, 19, 08
RGB 00, 00, 00
RGB 31, 31, 31
RGB 08, 17, 30
RGB 06, 19, 08
RGB 00, 00, 00
RGB 31, 31, 31
RGB 08, 31, 08
RGB 06, 19, 08
RGB 00, 00, 00
RGB 31, 31, 31
RGB 17, 07, 31
RGB 06, 19, 08
RGB 00, 00, 00
RGB 31, 31, 31
RGB 17, 07, 31
RGB 06, 19, 08
RGB 00, 00, 00
RGB 31, 31, 31
RGB 17, 07, 31
RGB 06, 19, 08
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 00, 00
RGB 31, 00, 00

19
gfx/credits/credits.pal Normal file
View File

@@ -0,0 +1,19 @@
; pichu
RGB 31,00,31, 31,25,00, 11,14,31, 07,07,07
RGB 31,05,05, 11,14,31, 11,14,31, 31,31,31
RGB 31,05,05, 00,00,00, 31,31,31, 31,31,31
; smoochum
RGB 31,31,31, 31,27,00, 26,06,31, 07,07,07
RGB 03,13,31, 20,00,24, 26,06,31, 31,31,31
RGB 03,13,31, 00,00,00, 31,31,31, 31,31,31
; ditto
RGB 31,31,31, 23,12,28, 31,22,00, 07,07,07
RGB 03,20,00, 31,22,00, 31,22,00, 31,31,31
RGB 03,20,00, 00,00,00, 31,31,31, 31,31,31
; igglybuff
RGB 31,31,31, 31,10,31, 31,00,09, 07,07,07
RGB 31,14,00, 31,00,09, 31,00,09, 31,31,31
RGB 31,14,00, 31,31,31, 31,31,31, 31,31,31

43
gfx/debug/bg.pal Normal file
View File

@@ -0,0 +1,43 @@
; white
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
; red
RGB 31, 00, 00
RGB 31, 00, 00
RGB 31, 00, 00
RGB 00, 00, 00
; green
RGB 00, 31, 00
RGB 00, 31, 00
RGB 00, 31, 00
RGB 00, 00, 00
; blue
RGB 00, 00, 31
RGB 00, 00, 31
RGB 00, 00, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00

42
gfx/debug/ob.pal Normal file
View File

@@ -0,0 +1,42 @@
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 31, 31, 31
RGB 31, 31, 31
RGB 00, 00, 00
; red
RGB 31, 31, 31
RGB 31, 00, 00
RGB 31, 00, 00
RGB 00, 00, 00
; green
RGB 31, 31, 31
RGB 00, 31, 00
RGB 00, 31, 00
RGB 00, 00, 00
; blue
RGB 31, 31, 31
RGB 00, 00, 31
RGB 00, 00, 31
RGB 00, 00, 00

39
gfx/diploma/diploma.pal Normal file
View File

@@ -0,0 +1,39 @@
RGB 27, 31, 27
RGB 21, 21, 21
RGB 13, 13, 13
RGB 00, 00, 00
RGB 27, 31, 27
RGB 31, 07, 06
RGB 20, 02, 03
RGB 00, 00, 00
RGB 27, 31, 27
RGB 10, 31, 09
RGB 04, 14, 01
RGB 00, 00, 00
RGB 27, 31, 27
RGB 08, 12, 31
RGB 01, 04, 31
RGB 00, 00, 00
RGB 27, 31, 27
RGB 31, 31, 07
RGB 31, 16, 01
RGB 00, 00, 00
RGB 27, 31, 27
RGB 22, 16, 08
RGB 13, 07, 01
RGB 00, 00, 00
RGB 27, 31, 27
RGB 15, 31, 31
RGB 05, 17, 31
RGB 00, 00, 00
RGB 31, 31, 31
RGB 11, 11, 19
RGB 07, 07, 12
RGB 00, 00, 00

4
gfx/font/bg_text.pal Normal file
View File

@@ -0,0 +1,4 @@
RGB 31, 31, 31
RGB 08, 19, 28
RGB 05, 05, 16
RGB 00, 00, 00

View File

@@ -1,40 +1,40 @@
Icons:
NullIcon:
PoliwagIcon: INCBIN "gfx/icon/poliwag.2bpp" ; 0x8ec0d
JigglypuffIcon: INCBIN "gfx/icon/jigglypuff.2bpp" ; 0x8ec8d
DiglettIcon: INCBIN "gfx/icon/diglett.2bpp" ; 0x8ed0d
PikachuIcon: INCBIN "gfx/icon/pikachu.2bpp" ; 0x8ed8d
StaryuIcon: INCBIN "gfx/icon/staryu.2bpp" ; 0x8ee0d
FishIcon: INCBIN "gfx/icon/fish.2bpp" ; 0x8ee8d
BirdIcon: INCBIN "gfx/icon/bird.2bpp" ; 0x8ef0d
MonsterIcon: INCBIN "gfx/icon/monster.2bpp" ; 0x8ef8d
ClefairyIcon: INCBIN "gfx/icon/clefairy.2bpp" ; 0x8f00d
OddishIcon: INCBIN "gfx/icon/oddish.2bpp" ; 0x8f08d
BugIcon: INCBIN "gfx/icon/bug.2bpp" ; 0x8f10d
GhostIcon: INCBIN "gfx/icon/ghost.2bpp" ; 0x8f18d
LaprasIcon: INCBIN "gfx/icon/lapras.2bpp" ; 0x8f20d
HumanshapeIcon: INCBIN "gfx/icon/humanshape.2bpp" ; 0x8f28d
FoxIcon: INCBIN "gfx/icon/fox.2bpp" ; 0x8f30d
EquineIcon: INCBIN "gfx/icon/equine.2bpp" ; 0x8f38d
ShellIcon: INCBIN "gfx/icon/shell.2bpp" ; 0x8f40d
BlobIcon: INCBIN "gfx/icon/blob.2bpp" ; 0x8f48d
SerpentIcon: INCBIN "gfx/icon/serpent.2bpp" ; 0x8f50d
VoltorbIcon: INCBIN "gfx/icon/voltorb.2bpp" ; 0x8f58d
SquirtleIcon: INCBIN "gfx/icon/squirtle.2bpp" ; 0x8f60d
BulbasaurIcon: INCBIN "gfx/icon/bulbasaur.2bpp" ; 0x8f68d
CharmanderIcon: INCBIN "gfx/icon/charmander.2bpp" ; 0x8f70d
CaterpillarIcon: INCBIN "gfx/icon/caterpillar.2bpp" ; 0x8f78d
UnownIcon: INCBIN "gfx/icon/unown.2bpp" ; 0x8f80d
GeodudeIcon: INCBIN "gfx/icon/geodude.2bpp" ; 0x8f88d
FighterIcon: INCBIN "gfx/icon/fighter.2bpp" ; 0x8f90d
EggIcon: INCBIN "gfx/icon/egg.2bpp" ; 0x8f98d
JellyfishIcon: INCBIN "gfx/icon/jellyfish.2bpp" ; 0x8fa0d
MothIcon: INCBIN "gfx/icon/moth.2bpp" ; 0x8fa8d
BatIcon: INCBIN "gfx/icon/bat.2bpp" ; 0x8fb0d
SnorlaxIcon: INCBIN "gfx/icon/snorlax.2bpp" ; 0x8fb8d
HoOhIcon: INCBIN "gfx/icon/ho_oh.2bpp" ; 0x8fc0d
LugiaIcon: INCBIN "gfx/icon/lugia.2bpp" ; 0x8fc8d
GyaradosIcon: INCBIN "gfx/icon/gyarados.2bpp" ; 0x8fd0d
SlowpokeIcon: INCBIN "gfx/icon/slowpoke.2bpp" ; 0x8fd8d
SudowoodoIcon: INCBIN "gfx/icon/sudowoodo.2bpp" ; 0x8fe0d
BigmonIcon: INCBIN "gfx/icon/bigmon.2bpp" ; 0x8fe8d
PoliwagIcon: INCBIN "gfx/icons/poliwag.2bpp" ; 0x8ec0d
JigglypuffIcon: INCBIN "gfx/icons/jigglypuff.2bpp" ; 0x8ec8d
DiglettIcon: INCBIN "gfx/icons/diglett.2bpp" ; 0x8ed0d
PikachuIcon: INCBIN "gfx/icons/pikachu.2bpp" ; 0x8ed8d
StaryuIcon: INCBIN "gfx/icons/staryu.2bpp" ; 0x8ee0d
FishIcon: INCBIN "gfx/icons/fish.2bpp" ; 0x8ee8d
BirdIcon: INCBIN "gfx/icons/bird.2bpp" ; 0x8ef0d
MonsterIcon: INCBIN "gfx/icons/monster.2bpp" ; 0x8ef8d
ClefairyIcon: INCBIN "gfx/icons/clefairy.2bpp" ; 0x8f00d
OddishIcon: INCBIN "gfx/icons/oddish.2bpp" ; 0x8f08d
BugIcon: INCBIN "gfx/icons/bug.2bpp" ; 0x8f10d
GhostIcon: INCBIN "gfx/icons/ghost.2bpp" ; 0x8f18d
LaprasIcon: INCBIN "gfx/icons/lapras.2bpp" ; 0x8f20d
HumanshapeIcon: INCBIN "gfx/icons/humanshape.2bpp" ; 0x8f28d
FoxIcon: INCBIN "gfx/icons/fox.2bpp" ; 0x8f30d
EquineIcon: INCBIN "gfx/icons/equine.2bpp" ; 0x8f38d
ShellIcon: INCBIN "gfx/icons/shell.2bpp" ; 0x8f40d
BlobIcon: INCBIN "gfx/icons/blob.2bpp" ; 0x8f48d
SerpentIcon: INCBIN "gfx/icons/serpent.2bpp" ; 0x8f50d
VoltorbIcon: INCBIN "gfx/icons/voltorb.2bpp" ; 0x8f58d
SquirtleIcon: INCBIN "gfx/icons/squirtle.2bpp" ; 0x8f60d
BulbasaurIcon: INCBIN "gfx/icons/bulbasaur.2bpp" ; 0x8f68d
CharmanderIcon: INCBIN "gfx/icons/charmander.2bpp" ; 0x8f70d
CaterpillarIcon: INCBIN "gfx/icons/caterpillar.2bpp" ; 0x8f78d
UnownIcon: INCBIN "gfx/icons/unown.2bpp" ; 0x8f80d
GeodudeIcon: INCBIN "gfx/icons/geodude.2bpp" ; 0x8f88d
FighterIcon: INCBIN "gfx/icons/fighter.2bpp" ; 0x8f90d
EggIcon: INCBIN "gfx/icons/egg.2bpp" ; 0x8f98d
JellyfishIcon: INCBIN "gfx/icons/jellyfish.2bpp" ; 0x8fa0d
MothIcon: INCBIN "gfx/icons/moth.2bpp" ; 0x8fa8d
BatIcon: INCBIN "gfx/icons/bat.2bpp" ; 0x8fb0d
SnorlaxIcon: INCBIN "gfx/icons/snorlax.2bpp" ; 0x8fb8d
HoOhIcon: INCBIN "gfx/icons/ho_oh.2bpp" ; 0x8fc0d
LugiaIcon: INCBIN "gfx/icons/lugia.2bpp" ; 0x8fc8d
GyaradosIcon: INCBIN "gfx/icons/gyarados.2bpp" ; 0x8fd0d
SlowpokeIcon: INCBIN "gfx/icons/slowpoke.2bpp" ; 0x8fd8d
SudowoodoIcon: INCBIN "gfx/icons/sudowoodo.2bpp" ; 0x8fe0d
BigmonIcon: INCBIN "gfx/icons/bigmon.2bpp" ; 0x8fe8d

View File

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 169 B

View File

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 185 B

View File

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

View File

Before

Width:  |  Height:  |  Size: 174 B

After

Width:  |  Height:  |  Size: 174 B

View File

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 185 B

View File

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 166 B

View File

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 159 B

View File

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 166 B

View File

Before

Width:  |  Height:  |  Size: 165 B

After

Width:  |  Height:  |  Size: 165 B

View File

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 129 B

Some files were not shown because too many files have changed in this diff Show More