| Dynamite Dan | Routines |
| Prev: E5E8 | Up: Map | Next: E644 |
|
Used by the routine at E5E8.
|
||||||||
| E62F | INC (HL) | Set bit 1 to denote Dan has the plans. | ||||||
| E630 | BIT 6,(HL) | Does Dan have an oxygen tank? | ||||||
| E632 | JR Z,$E644 | Launch the blimp if not. | ||||||
| E634 | CALL $E801 | Clear the screen. | ||||||
| E637 | LD HL,$FE77 | Point HL to the winning text. (FE77) | ||||||
| E63A | CALL $EEF1 | Print it. | ||||||
| E63D | CALL $DD8D | Wait for the user to acknowledge the message. | ||||||
| E640 | POP HL | Tidy the stack and restart the game. | ||||||
| E641 | JP $C804 | |||||||
| Prev: E5E8 | Up: Map | Next: E644 |