mirror of https://github.com/pret/pokeemerald.git
review changes adding a pal file
This commit is contained in:
parent
c967ba1d5f
commit
ac68187895
|
@ -0,0 +1,19 @@
|
|||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
0 0 0
|
||||
255 255 255
|
||||
213 222 238
|
||||
180 197 230
|
||||
148 172 222
|
||||
115 148 205
|
||||
82 123 197
|
||||
49 98 189
|
||||
255 230 205
|
||||
255 164 98
|
||||
255 106 0
|
||||
222 65 8
|
||||
189 24 24
|
||||
106 106 0
|
||||
222 65 8
|
||||
189 24 24
|
|
@ -37,7 +37,7 @@ const u8 sBlenderCenterMap[] = INCBIN_U8("graphics/berry_blender/center_map.bin"
|
|||
const u16 sBlenderOuterPal[] = INCBIN_U16("graphics/berry_blender/outer.gbapal");
|
||||
|
||||
// unreferenced pals?
|
||||
static const u16 sUnknownPal_0[] = INCBIN_U16("graphics/unknown/8339514.gbapal");
|
||||
static const u16 sUnknownPal_0[] = INCBIN_U16("graphics/unknown/unknown_339514.gbapal");
|
||||
static const u16 sUnknownArray_1[224] = {0};
|
||||
|
||||
// unused text?
|
||||
|
|
Loading…
Reference in New Issue