Routines |
Prev: 28758 | Up: Map | Next: 28803 |
Used by the routine at 63662.
|
||||
28760 | LD HL,23208 | Set the attribute bytes of the icon panel to 54 (INK 6: PAPER 6), thus hiding every icon | ||
28763 | LD E,3 | |||
28765 | LD BC,3092 | |||
28768 | LD (HL),54 | |||
28770 | INC L | |||
28771 | DJNZ 28768 | |||
28773 | ADD HL,BC | |||
28774 | DEC E | |||
28775 | JR NZ,28765 | |||
28777 | LD HL,(65516) | Collect the high score from 65516 | ||
28780 | LD DE,20664 | DE=display file address | ||
28783 | CALL 28186 | Print the high score | ||
28786 | LD HL,0 | The score starts at 0 | ||
28789 | LD DE,20696 | DE=display file address | ||
28792 | CALL 28186 | Print the score | ||
28795 | LD A,50 | Sam's cash supply starts at $50 | ||
28797 | CALL 28306 | Set and print the number of bucks | ||
28800 | JP 29716 | Clear the message line and display 8 first aid kits |
Prev: 28758 | Up: Map | Next: 28803 |