Prev: 26479 Up: Map Next: 26550
26537: Print Score
Used by the routines at PrintHeader, 29184 and 31154.
PrintScore 26537 LD DE,16384 Set the screen buffer address to 16384.
26540 LD HL,25876 Point HL to Messaging_Score.
26543 LD BC,1543 Set the string length to 6 characters and the attribute byte to WHITE.
26546 CALL Configurable_PrintString Call Configurable_PrintString.
26549 RET Return.
Prev: 26479 Up: Map Next: 26550