| Dynamite Dan | Routines |
| Prev: DDE0 | Up: Map | Next: DE0B |
|
Used by the routine at D567.
|
||||
| DDF4 | LD DE,$0506 | Put the position in DE. | ||
| DDF7 | LD BC,$0303 | Put the size in BC. | ||
| DDFA | CALL $E897 | Remove the object. | ||
| DDFD | LD A,$C8 | Add 200 to the score. | ||
| DDFF | LD HL,$C86B | |||
| DE02 | ADD A,(HL) | |||
| DE03 | LD (HL),A | |||
| DE04 | LD HL,$C87E | Point HL at the flags. (C87E) | ||
| DE07 | SET 1,(HL) | Set that Dan has the plans. | ||
| DE09 | EXX | Swap main registers and return. | ||
| DE0A | RET | |||
| Prev: DDE0 | Up: Map | Next: DE0B |