Prev: F9E5 Up: Map Next: FA04
F9F6: Make a teacher tell ERIC to go home, and end the game (2)
Continues from F9DC.
Input
A 0xC9 (RET)
BC 'Go home' message address (F1E6 or FA96)
H 0xA3 (MR WACKER) or 0xA4 (MR ROCKITT)
F9F6 LD ($7700),A Block the routine at 7700 with a RET instruction to prevent the teachers from giving ERIC (or anyone else) lines
F9F9 CALL $7D26 Deliver the 'Go home' message to ERIC
F9FC LD A,$C5 0xC5=PUSH BC
F9FE LD ($7700),A Restore the PUSH BC instruction at 7700
FA01 JP $6908 Restart the game
Prev: F9E5 Up: Map Next: FA04