![]() |
Routines |
Prev: 57856 | Up: Map | Next: 57910 |
The address of this routine is found in the table of keypress handling routines at 58704. It is called from the main loop at 63210 when 'R' is pressed.
|
||||
57893 | CALL 30543 | Is ERIC on a staircase or the assembly hall stage? | ||
57896 | RET NZ | Return if so | ||
57897 | DEC L | L=1 | ||
57898 | LD A,(HL) | A=ERIC's x-coordinate | ||
57899 | CP 160 | Is ERIC in the girls' skool? | ||
57901 | RET C | Return if not | ||
57902 | LD A,39 | 39: animatory state of ERIC bending over | ||
57904 | LD HL,31462 | Routine at 31462: release some mice | ||
57907 | JP 57642 | Set ERIC's new animatory state |
Prev: 57856 | Up: Map | Next: 57910 |