EINSTEIN's head
The line just above EINSTEIN's head contains a transparent pixel (shown in green) that should be blank:
To make the pixel blank:
 |
 |
 |
 |
POKE 47649,252 |
POKE 47777,63 |
Also, when EINSTEIN is lying down, the line above his head is entirely blank:
To make the line transparent:
 |
 |
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:
To make the line transparent:
 |
 |
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:
To make the ear always blank:
 |
 |
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.
To fill in the blank pixel:
 |
 |
POKE 52599,30 POKE 52855,222 |
POKE 52727,120 POKE 52983,123 |
MR WITHIT's shoes
There are blank pixels near MR WITHIT's shoes that should be transparent:
To make these pixels transparent:
 |
 |
 |
 |
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:
To make these pixels transparent:
 |
 |
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.
To remove these differences:
 |
 |
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:
The corresponding pixel is transparent in phases 1 (shown below), 3 and 4:
To make the extraneous blank pixel transparent:
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:
To make the extraneous blank pixels transparent:
 |
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:
But the mask erases the body of the shoe:
To fix the masks:
 |
 |
 |
 |
 |
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:
To shift it one pixel to the right:
 |
POKE 61009,204 |