Updated Ever Grande window lights.

This commit is contained in:
Ariel A 2023-03-11 16:16:51 -05:00
parent 07995f8925
commit 6b2e49ffbc
3 changed files with 15 additions and 13 deletions

View File

@ -1,19 +1,19 @@
JASC-PAL
0100
16
24 41 82
255 255 255
222 230 238
189 205 230
156 180 222
0 197 0
246 197 123
238 156 90
205 115 41
164 90 49
131 131 139
98 98 123
65 74 106
41 49 90
115 189 246
98 172 238
255 189 131
238 148 115
222 106 98
205 65 82
115 197 164
224 226 171
216 200 152
255 255 238
222 222 197
197 197 164
164 172 123
255 255 115

View File

@ -1,7 +1,7 @@
JASC-PAL
0100
16
24 41 82
0 197 0
246 197 123
238 156 90
205 115 41

View File

@ -154,6 +154,8 @@ const struct Tileset gTileset_EverGrande =
.metatiles = gMetatiles_EverGrande,
.metatileAttributes = gMetatileAttributes_EverGrande,
.callback = InitTilesetAnim_EverGrande,
.lightPalettes = LIGHT_PAL(8),
.swapPalettes = SWAP_PAL(8),
};
const struct Tileset gTileset_Pacifidlog =