Added lighting to Sootopolis lava.
This commit is contained in:
parent
2ddd292b36
commit
6fe4ce05e1
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user