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 JASC-PAL
0100 0100
16 16
24 41 82 0 197 0
255 255 255 246 197 123
222 230 238 238 156 90
189 205 230 205 115 41
156 180 222 164 90 49
131 131 139 131 131 139
98 98 123 98 98 123
65 74 106 65 74 106
41 49 90 41 49 90
115 189 246 224 226 171
98 172 238 216 200 152
255 189 131 255 255 238
238 148 115 222 222 197
222 106 98 197 197 164
205 65 82 164 172 123
115 197 164 255 255 115

View File

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

View File

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