You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Move data/palettes/ .pal files into gfx/
This commit is contained in:
29
gfx/pokegear/pokegear.pal
Normal file
29
gfx/pokegear/pokegear.pal
Normal file
@@ -0,0 +1,29 @@
|
||||
RGB 28, 31, 20
|
||||
RGB 21, 21, 21
|
||||
RGB 13, 13, 13
|
||||
RGB 00, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 00, 31, 00
|
||||
RGB 00, 00, 31
|
||||
RGB 00, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 00, 31, 00
|
||||
RGB 15, 07, 00
|
||||
RGB 00, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 31, 15, 00
|
||||
RGB 15, 07, 00
|
||||
RGB 00, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 00, 31, 00
|
||||
RGB 00, 00, 31
|
||||
RGB 31, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 00, 31, 00
|
||||
RGB 15, 07, 00
|
||||
RGB 31, 00, 00
|
29
gfx/pokegear/pokegear_f.pal
Normal file
29
gfx/pokegear/pokegear_f.pal
Normal file
@@ -0,0 +1,29 @@
|
||||
RGB 28, 31, 20
|
||||
RGB 21, 21, 21
|
||||
RGB 13, 13, 13
|
||||
RGB 00, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 00, 31, 00
|
||||
RGB 00, 00, 31
|
||||
RGB 00, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 00, 31, 00
|
||||
RGB 15, 07, 00
|
||||
RGB 00, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 10, 18, 31
|
||||
RGB 13, 06, 31
|
||||
RGB 00, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 00, 31, 00
|
||||
RGB 00, 00, 31
|
||||
RGB 31, 00, 00
|
||||
|
||||
RGB 28, 31, 20
|
||||
RGB 00, 31, 00
|
||||
RGB 15, 07, 00
|
||||
RGB 31, 00, 00
|
30
gfx/pokegear/town_map_palette_map.asm
Normal file
30
gfx/pokegear/town_map_palette_map.asm
Normal file
@@ -0,0 +1,30 @@
|
||||
const_def
|
||||
const PAL_TOWNMAP_BORDER ; 0
|
||||
const PAL_TOWNMAP_EARTH ; 1
|
||||
const PAL_TOWNMAP_MOUNTAIN ; 2
|
||||
const PAL_TOWNMAP_CITY ; 3
|
||||
const PAL_TOWNMAP_POI ; 4
|
||||
const PAL_TOWNMAP_POI_MTN ; 5
|
||||
|
||||
townmappals: MACRO
|
||||
rept _NARG / 2
|
||||
dn PAL_TOWNMAP_\2, PAL_TOWNMAP_\1
|
||||
shift
|
||||
shift
|
||||
endr
|
||||
ENDM
|
||||
|
||||
; gfx/pokegear/town_map.png
|
||||
townmappals EARTH, EARTH, EARTH, MOUNTAIN, MOUNTAIN, MOUNTAIN, BORDER, BORDER
|
||||
townmappals EARTH, EARTH, CITY, EARTH, POI, POI_MTN, POI, POI_MTN
|
||||
townmappals EARTH, EARTH, EARTH, MOUNTAIN, MOUNTAIN, MOUNTAIN, BORDER, BORDER
|
||||
townmappals EARTH, EARTH, BORDER, EARTH, EARTH, BORDER, BORDER, BORDER
|
||||
townmappals EARTH, EARTH, EARTH, MOUNTAIN, MOUNTAIN, MOUNTAIN, BORDER, BORDER
|
||||
townmappals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER
|
||||
; gfx/pokegear/pokegear.png
|
||||
townmappals BORDER, BORDER, BORDER, BORDER, POI, POI, POI, BORDER
|
||||
townmappals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER
|
||||
townmappals CITY, CITY, CITY, CITY, CITY, CITY, CITY, CITY
|
||||
townmappals CITY, CITY, CITY, CITY, CITY, CITY, CITY, BORDER
|
||||
townmappals CITY, CITY, CITY, CITY, CITY, CITY, CITY, CITY
|
||||
townmappals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER, BORDER
|
Reference in New Issue
Block a user