![]() |
Routines |
Prev: 61463 | Up: Map | Next: 61510 |
B | Reprimand message number |
C | Character number of kid to give lines to |
H | Character number of teacher (201-203) |
61487 | CALL 25233 | A=random number |
61490 | CP 84 | Shall we give lines to EINSTEIN instead? |
61492 | JR C,61500 | Jump if so |
61494 | LD A,C | A=character number of the kid to give lines to |
61495 | CP 208 | Was the teacher going to give lines to EINSTEIN? |
61497 | RET Z | Return if so |
61498 | JR 61504 | |
61500 | LD A,208 | 208=EINSTEIN |
61502 | LD B,85 | Message 85: DON'T TELL TALES |
This entry point also is used by the routine at 61696:
|
||
61504 | PUSH HL | |
61505 | CALL 29716 | Give lines to EINSTEIN or the grassee |
61508 | POP HL | |
61509 | RET |
Prev: 61463 | Up: Map | Next: 61510 |