| Dynamite Dan | Routines | 
| Prev: D2F0 | Up: Map | Next: D3AC | 
| 
Used by the routine at C881.
 | ||||
| D378 | LD HL,$D3AC | Point HL at the UDGs for the display area. (D3AC) | ||
| D37B | CALL $ED06 | Print them. | ||
| D37E | LD HL,$D3D4 | Point HL at the text for the display area. (D3D4) | ||
| D381 | CALL $EEF1 | Print it. | ||
| D384 | LD A,$4F | Fill bright white on blue for the score box. | ||
| D386 | LD BC,$0801 | |||
| D389 | LD DE,$0016 | |||
| D38C | CALL $E8BA | |||
| D38F | LD BC,$0A02 | |||
| D392 | LD DE,$0A16 | |||
| D395 | CALL $E8BA | |||
| D398 | LD HL,$5AE0 | Draw the energy bars, from white down to blue. | ||
| D39B | LD B,$07 | |||
| D39D | LD (HL),B | |||
| D39E | INC L | |||
| D39F | DJNZ $D39D | |||
| D3A1 | LD (HL),B | |||
| D3A2 | LD HL,$C925 | Point HL at the high score. | ||
| D3A5 | LD DE,$51D0 | Print it. | ||
| D3A8 | CALL $EEF9 | |||
| D3AB | RET | Return. | ||
| Prev: D2F0 | Up: Map | Next: D3AC |