Routines |
Prev: F6D7 | Up: Map | Next: F70A |
Used by the routine at F9DC. Returns with the address of the appropriate message in BC.
|
||||||||
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 |