So, I've just about finished up my character, but I've run into a problem. Everything works fine except the palettes. I have 9 made, and all of them cover all the sprites. However, when selecting the character in game, it also selects pal1, and nothing else, regardless of button presses.
pal1 = pal1.act ;Black
pal2 = pal2.act ;Yellow
pal3 = pal3.act ;Pink
pal4 = pal4.act ;Orig
pal5 = pal5.act ;Sky Blue
pal6 = pal6.act ;Dark Black
pal7 = pal7.act ;Hulk
pal8 = pal8.act ;Red
pal9 = pal9.act ;Black
What am I doing wrong?