ahh ok cool,,, maybe some ladders are not right color at the bottom do to addressing ? . I have a scrambler bootleg board the color prom definitely not the same colors as the original game ,,, maybe same work around
Donkey Kong hardware, compared to Crazy Kong hardware is like this glorious sprite pushing machine. In theory, DK hardware can push a ton of sprites onto the screen at once. So the hat, purse, umbrella, hammers, oil barrel, oil can fire, donkey kong, the barrels next to kong, elevators, elevator "motors" and etc... they're all sprites.
Crazy Kong hardware can display 8 sprites. So that's a few for barrels, a couple more for fireballs, Jumpman himself, his hammer... and then, all the sprites are all used up already. Kong himself uses this kind of extra background map but it works differently so a weird kong is on the screen whenever there are other sprites and only when all the other sprites are turned off can "normal" kong appear on the screen..
Anyway, so in Crazy Kong, the oil can and hammers, and hat/purse/umbrella are not sprites - they have to be drawn as background graphics which can't really move and can only be placed on 8x8 pixel tile boundries. And well, the way colors are selected for the backgrounds is pretty crap and you can only assign colors in big blocks - so if the umbrella or whatever is right next to a ladder, you can't make the ladder and the umbrella have different color sets. They tried to hide this by making a graphic with a hat and ladder drawn together but it's still limited and when you pick up the hat and the game tries to erase it, it mucks up the color definition and some weird glitches happen. Stuff like that.
With the 2023 revision, I did my best to try to clean that up. There's a limited set of colors but I tried to pick the colors so they wouldn't cause those weird color glitches and I also moved where things appear on the screen to be as close as possible to were they were actually supposed to be.
Donkey Kong has the same kind of limitations to the background colors but since all those things are sprites that appear in front of the background it doesn't cause any glitches.
Anyway, CK had to handle how all those graphics work very differently from DK. It's kind of amazing that they did it at all because it's pretty bonkers. I'm sure they must have sworn a lot when doing it.