Skool Daze Graphic glitches
EINSTEIN's head
The line just above EINSTEIN's head contains a transparent bit (shown in green) that should be blank:
Animatory state 17 Animatory state 19 Animatory state 145 Animatory state 147
To make the bit blank:
Animatory state 17 Animatory state 19 Animatory state 145 Animatory state 147
POKE 47649,252 POKE 47777,63
Also, when EINSTEIN is lying down, the line above his head is entirely blank:
Animatory state 23 Animatory state 151
To make the line transparent:
Animatory state 23 Animatory state 151
POKE 47653,255 POKE 47781,255
BOY WANDER's head
When BOY WANDER is sitting on the floor, there is a blank line above his head:
Animatory state 54 Animatory state 182
To make the line transparent:
Animatory state 54 Animatory state 182
POKE 47665,255 POKE 47793,255
MR CREAK's ear
MR CREAK's ear is transparent when he's midstride, which means it will appear filled in or blank depending on the background:
Animatory state 73 Animatory state 201
To make the ear always blank:
Animatory state 73 Animatory state 201
POKE 53863,171 POKE 53991,213
MR WACKER's trousers
There are two transparent bits in the crutch of MR WACKER's trousers:
Animatory state 80 Animatory state 82 Animatory state 85 Animatory state 208 Animatory state 210 Animatory state 213
To make these bits blank:
Animatory state 80 Animatory state 82 Animatory state 85 Animatory state 208 Animatory state 210 Animatory state 213
POKE 54367,228 POKE 54495,39
MR WITHIT's shoes
There are blank bits near MR WITHIT's shoes that should be transparent:
Animatory state 97 Animatory state 225 Animatory state 99 Animatory state 227
To make these bits transparent:
Animatory state 97 Animatory state 225 Animatory state 99 Animatory state 227
POKE 53810,95
POKE 54322,95
POKE 54834,223
POKE 53938,250
POKE 54450,250
POKE 54962,251
POKE 54837,250 POKE 54965,95
MR WITHIT's hand
There are two blank bits poking out of MR WITHIT's hand:
Animatory state 101 Animatory state 229
To make these bits transparent:
Animatory state 101 Animatory state 229
POKE 51767,235 POKE 51895,215
Kids' shoes
In phase 2 of the walking animation the kids' shoes are filled in, as shown here in these unmasked graphics:
Animatory state 1 Animatory state 17 Animatory state 33 Animatory state 49 Animatory state 65
But the mask erases the body of the shoe:
Animatory state 1 Animatory state 17 Animatory state 33 Animatory state 49 Animatory state 65
To fix the masks:
Animatory state 1 Animatory state 17 Animatory state 33 Animatory state 49 Animatory state 65
POKE 50699,222 (facing left)
POKE 50827,123 (facing right)
POKE 50814,222 (facing left)
POKE 50942,123 (facing right)
Score box
The base of the 'o' in the word 'Score' in the score box is shifted one pixel to the left:
BOX60928
To shift it one pixel to the right:
BOX60928
POKE 61009,204