Prev: FAF9 Up: Map Next: FC2E
FC1B: Print Author Byline
Used by the routine at MainMenu.
Prints the Author Byline messaging to the screen buffer.
Print_AuthorByline FC1B LD A,($5FBC) Jump to Print_HighScore if *Pause_Flag is set.
FC1E OR A
FC1F JR NZ,Print_HighScore
FC21 LD DE,$FC3D Point DE at Messaging_AuthorByline.
FC24 LD HL,$50A6 Load HL with 50A6 (screen buffer location to print).
FC27 LD B,$15 Set a counter in B for 15 characters to print to the screen buffer.
FC29 CALL PrintMessage_Loop Call PrintMessage_Loop.
FC2C JR PrintHighScore_ResetScore Jump to PrintHighScore_ResetScore.
Prev: FAF9 Up: Map Next: FC2E