![]() |
Routines |
| Prev: 30683 | Up: Map | Next: 30713 |
|
Used by the routine at 29379.
|
||||
| 30688 | NOP | No operation. | ||
| 30689 | NOP | |||
| 30690 | NOP | |||
| 30691 | NOP | |||
| 30692 | NOP | |||
| 30693 | NOP | |||
|
Print the "THE GHOSTRIDER HAS FINISHED" messaging in the footer.
|
||||
| 30694 | LD A,135 | A=135 (INK: WHITE, PAPER: BLACK FLASH: ON). | ||
| 30696 | LD HL,30892 | HL=Messaging_GhostRiderFinished. | ||
| 30699 | CALL PrintFooterColourString | Call PrintFooterColourString. | ||
| 30702 | CALL Sounds_GhostriderFinished | Call Sounds_GhostriderFinished. | ||
|
Set the player lives to 1 this is decreased to 0 by SpendLife so is how the player receives a "Game Over".
|
||||
| 30705 | LD HL,30777 | Write 1 to Lives. | ||
| 30708 | LD (HL),1 | |||
| 30710 | JP SpendLife | Jump to SpendLife. | ||
| Prev: 30683 | Up: Map | Next: 30713 |