![]() |
Routines |
| Prev: 64249 | Up: Map | Next: 64558 |
|
Used by the routine at MainMenu.
Prints the Author Byline messaging to the screen buffer.
|
||||
| Print_AuthorByline | 64539 | LD A,(24508) | Jump to Print_HighScore if *Pause_Flag is set. | |
| 64542 | OR A | |||
| 64543 | JR NZ,Print_HighScore | |||
| 64545 | LD DE,64573 | Point DE at Messaging_AuthorByline. | ||
| 64548 | LD HL,20646 | Load HL with 20646 (screen buffer location to print). | ||
| 64551 | LD B,21 | Set a counter in B for 21 characters to print to the screen buffer. | ||
| 64553 | CALL PrintMessage_Loop | Call PrintMessage_Loop. | ||
| 64556 | JR PrintHighScore_ResetScore | Jump to PrintHighScore_ResetScore. | ||
| Prev: 64249 | Up: Map | Next: 64558 |