kieranhj / pop-beeb

Prince of Persia port to BBC Master
46 stars 3 forks source link

Guards on Palace level change colour when they're chomped #187

Closed kieranhj closed 6 years ago

kieranhj commented 6 years ago

Because we're cheaty poking the ZP palette in the Palace levels to make the guard colours different, when they get chomped they become static objects which use the static palette tables as look up. These haven't been poked so the blue/white guard goes back to being blue/yellow ala Dungeon.

Should really do this "properly" and alter the sprite palette ids for the guard at level load.

kieranhj commented 6 years ago

Fixed in a branch. Getting seriously low on code RAM.

kieranhj commented 6 years ago

Fixed.