Skool Daze Graphic glitches
EINSTEIN's head
The line just above EINSTEIN's head contains a transparent pixel (shown in green) that should be blank:
Animatory state 17 Animatory state 19 Animatory state 145 Animatory state 147
To make the pixel 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 CREAK's hand
There is a blank pixel in MR CREAK's walking stick hand when his other arm is raised (below, second and fourth images), but the corresponding pixel is filled in when he is standing or walking (below, first and third images). This difference is most noticeable when MR CREAK is wiping or writing on a blackboard.
Animatory state 72 Animatory state 77 Animatory state 200 Animatory state 205
To fill in the blank pixel:
Animatory state 77 Animatory state 205
POKE 52599,30
POKE 52855,222
POKE 52727,120
POKE 52983,123
MR WACKER's trousers
There are two transparent pixels 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 pixels 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 pixels near MR WITHIT's shoes that should be transparent:
Animatory state 97 Animatory state 225 Animatory state 99 Animatory state 227
To make these pixels 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 pixels poking out of MR WITHIT's hand:
Animatory state 101 Animatory state 229
To make these pixels transparent:
Animatory state 101 Animatory state 229
POKE 51767,235 POKE 51895,215
MR ROCKITT's coat
There are slight differences between MR ROCKITT's coat when he is standing or walking (below, first and third images) and when his arm is raised (below, second and fourth images). The differences are most noticeable when he is wiping or writing on a blackboard.
Animatory state 88 Animatory state 93 Animatory state 216 Animatory state 221
To remove these differences:
Animatory state 93 Animatory state 221
POKE 51996,232
POKE 52252,232
POKE 53020,36
POKE 53276,164
POKE 53532,44
POKE 53788,172
POKE 54044,46
POKE54300,174
POKE 54556,54
POKE 54812,182
POKE 55068,53
POKE 55324,181
POKE 52124,23
POKE 52380,23
POKE 53148,36
POKE 53404,37
POKE 53660,52
POKE 53916,53
POKE 54172,116
POKE54428,117
POKE 54684,108
POKE 54940,109
POKE 55196,172
POKE 55452,173
Big kids' hands
The mask around the big kids' hands in phase 2 of their walking animation (the right hands in the images below) contains an extraneous blank pixel:
Animatory state 1 Animatory state 17 Animatory state 33 Animatory state 49
The corresponding pixel is transparent in phases 1 (shown below), 3 and 4:
Animatory state 0 Animatory state 16 Animatory state 32 Animatory state 48
To make the extraneous blank pixel transparent:
Animatory state 1 Animatory state 17 Animatory state 33 Animatory state 49
POKE 47627,231 (facing left)
POKE 47755,231 (facing right)
Little kid's hand
The mask around the little kid's hand in phase 2 of his walking animation (below, left) contains two extraneous blank pixels; the corresponding pixels are transparent in phases 1 (below, right), 3 and 4:
Animatory state 65 Animatory state 64
To make the extraneous blank pixels transparent:
Animatory state 65
POKE 47742,247 (facing left)
POKE 47870,239 (facing right)
Boys' shoes
In phase 2 of the boys' walking animations, the shoes are filled in, as shown 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:
score_box_x4
To shift it one pixel to the right:
score_box_fixed_x4
POKE 61009,204