Routines |
Prev: 63191 | Up: Map | Next: 63242 |
Used by the routine at 63964. Returns with the address of the appropriate message in BC.
|
||||||||
63231 | LD A,H | A=character number of the teacher sending ERIC home | ||||||
63232 | CP 163 | 163=MR WACKER | ||||||
63234 | LD BC,61926 | 61926: 'YOU HAVE OVER 10000 LINES...' | ||||||
63237 | RET Z | Return if MR WACKER is sending ERIC home | ||||||
63238 | LD BC,64150 | 64150: 'You have mumps...' | ||||||
63241 | RET |
Prev: 63191 | Up: Map | Next: 63242 |