Prev: 7399 Up: Map Next: 73FA
73BE: Display Information Pages
information-screen-1 information-screen-2
Used by the routine at TitleScreenRouting.
DisplayInformationPages 73BE LD A,$07 Write WHITE to *BORDCR and *ATTR_P.
73C0 LD ($5C48),A
73C3 LD ($5C8D),A
73C6 LD A,$00 Set the border to BLACK using BORDER.
73C8 CALL $229B
73CB CALL $0DAF Call CL_ALL.
73CE LD DE,$73FA DE=Messaging_InformationPage1.
73D1 LD BC,$0283 Set the screen co-ordinates to 0283.
73D4 CALL $203C Call PR_STRING.
73D7 RES 5,(IY+$01) Reset bit 5 of *FLAGS which resets "when a new key has been pressed".
Big pause HALT loop 10000 times, can be interrupted with a keypress.
73DB LD BC,$0000 BC=0000.
73DE CALL $1F3D Call PAUSE_1.
73E1 CALL $0DAF Call CL_ALL.
73E4 LD DE,$767D DE=Messaging_InformationPage2.
73E7 LD BC,$0122 Set the screen co-ordinates to 0122.
73EA CALL $203C Call PR_STRING.
73ED RES 5,(IY+$01) Reset bit 5 of *FLAGS which resets "when a new key has been pressed".
Big pause HALT loop 10000 times, can be interrupted with a keypress.
73F1 LD BC,$0000 BC=0000.
73F4 CALL $1F3D Call PAUSE_1.
73F7 JP TitleScreen Jump to TitleScreen.
Prev: 7399 Up: Map Next: 73FA