Prev: 64347 Up: Map Next: 64430
64398: Create Admin Page Template
Used by the routines at SelectionScreen, ChangeControls and UserDefinedKeys.
CreateAdminPageTemplate 64398 LD C,17 C=17 (width).
Blank half the shadow screen buffer.
64400 LD HL,27392 HL=ShadowScreenBuffer.
64403 LD D,131 D=131 (height/ where to stop - relates to the end of ShadowScreenBuffer).
64405 LD E,0 E=0 (value to write).
64407 CALL BlankHalfShadowBuffers Call BlankHalfShadowBuffers.
Blank half the shadow attribute buffer.
64410 LD HL,33536 HL=ShadowAttributeBuffer.
64413 LD D,134 D=134 (height/ where to stop - relates to the end of ShadowAttributeBuffer).
64415 LD E,70 E=70 INK: YELLOW, PAPER: BLACK (BRIGHT) (value to write).
64417 CALL BlankHalfShadowBuffers Call BlankHalfShadowBuffers.
Prints "Rampage tm".
64420 LD HL,53451 HL=Messaging_Rampage.
64423 LD BC,259 BC=259 (screen co-ordinates).
64426 CALL PrintString Call PrintString.
64429 RET Return.
Prev: 64347 Up: Map Next: 64430