Prev: F6D7 Up: Map Next: F70A
F6FF: Get the address of the appropriate 'Go home' message
Used by the routine at F9DC. Returns with the address of the appropriate message in BC.
Input
H 0xA3 (MR WACKER) or 0xA4 (MR ROCKITT)
F6FF LD A,H A=character number of the teacher sending ERIC home
F700 CP $A3 0xA3=MR WACKER
F702 LD BC,$F1E6 F1E6: 'YOU HAVE OVER 10000 LINES...'
F705 RET Z Return if MR WACKER is sending ERIC home
F706 LD BC,$FA96 FA96: 'You have mumps...'
F709 RET
Prev: F6D7 Up: Map Next: F70A