Routines |
Prev: 7C18 | Up: Map | Next: 7C47 |
|
||||||||
7C3F | LD A,($7FF8) | Pick up the MSB of the lesson clock (0x00-0x15) | ||||||
7C42 | CP $0F | Is it time to start dinner or the lesson? | ||||||
7C44 | JP C,$62A8 | Move to the next command in the command list if so; otherwise continue into 7C47 (restart command list) |
Prev: 7C18 | Up: Map | Next: 7C47 |