From 6fe4ce05e15a6a30618fd9a9aa06ce1ec53c6055 Mon Sep 17 00:00:00 2001 From: Ariel A <24759293+aarant@users.noreply.github.com> Date: Sat, 4 Feb 2023 19:25:49 -0500 Subject: [PATCH] Added lighting to Sootopolis lava. --- data/tilesets/secondary/sootopolis/palettes/10.pal | 4 ++-- src/data/tilesets/headers.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/tilesets/secondary/sootopolis/palettes/10.pal b/data/tilesets/secondary/sootopolis/palettes/10.pal index 6ca963250f..46457797ed 100644 --- a/data/tilesets/secondary/sootopolis/palettes/10.pal +++ b/data/tilesets/secondary/sootopolis/palettes/10.pal @@ -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 diff --git a/src/data/tilesets/headers.h b/src/data/tilesets/headers.h index 0e8d4dca90..d204bb45cf 100644 --- a/src/data/tilesets/headers.h +++ b/src/data/tilesets/headers.h @@ -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,