Community
SCI Programming => SCI Syntax Help => Topic started by: MusicallyInspired on June 17, 2015, 12:41:21 AM
-
I've replaced the SQ5 palette everywhere I've seen it with the KQ5 palette, but for some reason when I start a new game and go to the first room it initializes the SQ5 palette from somewhere. I've even forced initializing the 999 palette (which is now the KQ5 palette) with "Palette(palSET_FROM_RESOURCE 999 2)" in the first room's init method but it doesn't seem to make a difference. When I hover over the icon bar it finally initializes the proper palette.
Never mind, it was the Ego sprite. It had an embedded palette from SQ5 which is what was causing it. All good now.