Routines
Prev:
6A37
Up:
Map
Next:
6A46
6A3C: Make a stricken character give lines if he's a teacher
Used by the routine at
F955
.
Input
H
Character number (0x98-0xA9)
Output
6A3C
LD A,H
Return now unless we are dealing with a teacher
6A3D
CP $A3
6A3F
RET C
6A40
CP $A7
6A42
RET NC
6A43
JP
$78AA
Give lines to the nearest main kid (if any)
Prev:
6A37
Up:
Map
Next:
6A46