![]() |
Routines |
| Prev: 80FD | Up: Map | Next: 812D |
|
||||
|
The second of the game's two menus - options to start a new game or LOAD a saved one.
|
||||
| 811B | LD DE,$8C9A | Get the address pointer for the first line of menu text to PRINT | ||
| 811E | LD HL,$4083 | Set the screen address for the first line | ||
| 8121 | CALL $8179 | Print the text string ("PRESS ENTER FOR NEW GAME") | ||
| 8124 | LD DE,$8CB3 | Get the address pointer for the second line of menu text | ||
| 8127 | LD HL,$40C3 | Set the screen address for the second line ("PRESS LOAD FOR SAVED GAME") | ||
| 812A | CALL $8179 | Print the text string | ||
| Prev: 80FD | Up: Map | Next: 812D |