Added lighting to Sootopolis lava.

This commit is contained in:
Ariel A 2023-02-04 19:25:49 -05:00
parent 2ddd292b36
commit 6fe4ce05e1
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
JASC-PAL
0100
16
115 197 164
0 230 25
139 115 106
115 90 82
90 65 65
@ -16,4 +16,4 @@ JASC-PAL
148 74 41
82 139 197
74 115 172
0 0 0
246 74 65

View File

@ -174,8 +174,8 @@ const struct Tileset gTileset_Sootopolis =
.isCompressed = TRUE,
.swapPalettes = SWAP_PAL(6),
.isSecondary = TRUE,
.lightPalettes = LIGHT_PAL(6),
.customLightColor = LIGHT_PAL(6),
.lightPalettes = LIGHT_PAL(6) | LIGHT_PAL(10),
.customLightColor = LIGHT_PAL(6) | LIGHT_PAL(10),
.tiles = gTilesetTiles_Sootopolis,
.palettes = gTilesetPalettes_Sootopolis,
.metatiles = gMetatiles_Sootopolis,