![]() |
Routines |
Prev: 63908 | Up: Map | Next: 63930 |
63909 | LD A,(32746) | Collect the shield status from 32746 |
63912 | AND A | Are we in demo mode? |
63913 | JP NZ,31040 | Jump if not |
63916 | LD HL,60384 | 60384: 'DEMO. - PRESS' |
This entry point is used by the routine at 63668 with HL=65248 ('WELL DONE! GO').
|
||
63919 | LD DE,60720 | Point DE at the lesson box graphic buffer |
63922 | CALL 30042 | Write the first line of text into the lesson box graphic buffer |
63925 | LD L,240 | HL=60400 ('A KEY TO PLAY') or 65264 ('UP A YEAR') |
63927 | JP 31093 | Write the second line of text into the lesson box graphic buffer and copy the buffer to the screen |
Prev: 63908 | Up: Map | Next: 63930 |