Skool Daze Routines
Prev: 63973 Up: Map Next: 64004
63990: Make character tell ERIC to go home, and end game (2)
Continues from 63964.
A 201 (RET)
BC Address of appropriate 'Go home' message (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 anyone from giving ERIC 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