Prev: 50974 Up: Map Next: 51045
50976: Sheriff's Star Page
Used by the routine at Init_Title_Screen.
Sheriff_Star 50976 LD HL,16384 Writes 0 to all 6911 bytes of the screen buffer (i.e. "blanks it").
50979 LD DE,16385
50982 LD BC,6144
50985 LD (HL),0
50987 LDIR
50989 LD BC,767 Continues into the attributes buffer, and writes $06 to every location.
Value Ink Paper Bright
6 6 0 0
50992 LD (HL),6
50994 LDIR
50996 LD HL,16523 Points to Badge_Image and prints it to the screen using Draw_Character.
50999 LD DE,62976
51002 LD BC,20488
51005 CALL Draw_Character
51008 LD HL,51045 Points to Header_01 and prints it to the screen using Print_TwoToneText_Alias.
Value Ink Paper Bright
7 7 0 0
2 2 0 0
51011 LD DE,20481
51014 LD BC,1794
51017 CALL Print_TwoToneText_Alias
51020 LD HL,51076 Points to Header_02 and prints it to the screen using Print_TwoToneText_Alias.
Value Ink Paper Bright
7 7 0 0
2 2 0 0
51023 LD DE,20545
51026 LD BC,1794
51029 CALL Print_TwoToneText_Alias
51032 LD HL,51107 Points to Header_03 and prints it to the screen using Print_TwoToneText_Alias.
Value Ink Paper Bright
7 7 0 0
2 2 0 0
51035 LD DE,20611
51038 LD BC,1794
51041 CALL Print_TwoToneText_Alias
51044 RET Return.
Prev: 50974 Up: Map Next: 51045