From 14e326b95d02463a73000f8ae40249a8ada4f30b Mon Sep 17 00:00:00 2001 From: Jadon Fowler Date: Wed, 4 Jul 2018 01:10:15 -0700 Subject: [PATCH] Fix Effect Palettes I never updated the palette names! Signed-off-by: Jadon Fowler --- src/main/kotlin/io/jadon/sbhs/SBHS.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/io/jadon/sbhs/SBHS.kt b/src/main/kotlin/io/jadon/sbhs/SBHS.kt index 36b292c..a58f4a9 100644 --- a/src/main/kotlin/io/jadon/sbhs/SBHS.kt +++ b/src/main/kotlin/io/jadon/sbhs/SBHS.kt @@ -129,8 +129,8 @@ object SBHS { } run { val effectTabs = JTabbedPane() - PaletteManager.PALETTES["Effect #1"] = PaletteManager.PALETTES["Sonic"]!! - PaletteManager.PALETTES["Effect #2"] = PaletteManager.PALETTES["Sonic"]!! + PaletteManager.PALETTES["Effects"] = PaletteManager.PALETTES["Sonic"]!! + PaletteManager.PALETTES["Emerl Effects"] = PaletteManager.PALETTES["Sonic"]!! // o B1800 SpriteManager.addSpritePageTab(effectTabs, "Effects", 0xa8f038, 89, 16, 4) SpriteManager.addSpritePageTab(effectTabs, "Emerl Effects", 0xa8f038 + 0xB1820, 89, 16, 4)