Prev: 29593 Up: Map Next: 29690
29630: Display Information Pages
information-screen-1 information-screen-2
Used by the routine at TitleScreenRouting.
DisplayInformationPages 29630 LD A,7 Write WHITE to *BORDCR and *ATTR_P.
29632 LD (23624),A
29635 LD (23693),A
29638 LD A,0 Set the border to BLACK using BORDER.
29640 CALL 8859
29643 CALL 3503 Call CL_ALL.
29646 LD DE,29690 DE=Messaging_InformationPage1.
29649 LD BC,643 Set the screen co-ordinates to 643.
29652 CALL 8252 Call PR_STRING.
29655 RES 5,(IY+1) Reset bit 5 of *FLAGS which resets "when a new key has been pressed".
Big pause HALT loop 65536 times, can be interrupted with a keypress.
29659 LD BC,0 BC=0000.
29662 CALL 7997 Call PAUSE_1.
29665 CALL 3503 Call CL_ALL.
29668 LD DE,30333 DE=Messaging_InformationPage2.
29671 LD BC,290 Set the screen co-ordinates to 290.
29674 CALL 8252 Call PR_STRING.
29677 RES 5,(IY+1) Reset bit 5 of *FLAGS which resets "when a new key has been pressed".
Big pause HALT loop 65536 times, can be interrupted with a keypress.
29681 LD BC,0 BC=0000.
29684 CALL 7997 Call PAUSE_1.
29687 JP TitleScreen Jump to TitleScreen.
Prev: 29593 Up: Map Next: 29690