Prev: 63973 Up: Map Next: 64004
63990: Make a teacher tell ERIC to go home, and end the game (2)
Continues from 63964.
Input
A 201 (RET)
BC 'Go home' message address (61926 or 64150)
H 163 (MR WACKER) or 164 (MR ROCKITT)
63990 LD (30464),A Block the routine at 30464 with a RET instruction to prevent the teachers from giving ERIC (or anyone else) lines
63993 CALL 32038 Deliver the 'Go home' message to ERIC
63996 LD A,197 197=PUSH BC
63998 LD (30464),A Restore the PUSH BC instruction at 30464
64001 JP 26888 Restart the game
Prev: 63973 Up: Map Next: 64004