Skip to content

Commit

Permalink
Fix Effect Palettes
Browse files Browse the repository at this point in the history
I never updated the palette names!

Signed-off-by: Jadon Fowler <[email protected]>
  • Loading branch information
phase committed Jul 4, 2018
1 parent f4b3b2a commit 14e326b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/io/jadon/sbhs/SBHS.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 14e326b

Please sign in to comment.