Skool Daze Bugs
Jumping sound bug

The jumping sound effect is not as it should be, because of an erroneous CALL instruction in the routine at 60139.

Fix
POKE 60149,254

Back seat bug

Kids are unable to sit in the back seat in the Reading Room (see 27632). This may actually be a feature, though, because if EINSTEIN sits in the back seat, his speech bubble goes through the wall into the Map Room.

Fix
POKE 27704,56

Running teachers bug

The teachers are all running at the start of the game.

Fix
FOR n=56331 TO 56334: POKE n,17: NEXT n

Misspelt element bug

"Phosphorous" (at 57532) is misspelt; it should be "Phosphorus".

Empty class bug

Lesson 230 has MR CREAK teaching an empty class in the Reading Room.

Fix
POKE 42726,188

Chair hit bug

If ERIC hits a character who is sitting on a chair, and then quickly sits in the chair just vacated, ERIC will not be pushed out of the chair when the character rises and takes his seat again.