Routines |
Prev: 33021 | Up: Map | Next: 33069 |
|
||||
The second of the game's two menus - options to start a new game or LOAD a saved one.
|
||||
33051 | LD DE,35994 | Get the address pointer for the first line of menu text to PRINT | ||
33054 | LD HL,16515 | Set the screen address for the first line | ||
33057 | CALL 33145 | Print the text string ("PRESS ENTER FOR NEW GAME") | ||
33060 | LD DE,36019 | Get the address pointer for the second line of menu text | ||
33063 | LD HL,16579 | Set the screen address for the second line ("PRESS LOAD FOR SAVED GAME") | ||
33066 | CALL 33145 | Print the text string |
Prev: 33021 | Up: Map | Next: 33069 |