![]() |
Routines |
| Prev: 77DB | Up: Map | Next: 77F9 |
|
Used by the routine at 72C3.
|
||||
| 77E0 | NOP | No operation. | ||
| 77E1 | NOP | |||
| 77E2 | NOP | |||
| 77E3 | NOP | |||
| 77E4 | NOP | |||
| 77E5 | NOP | |||
|
Print the "THE GHOSTRIDER HAS FINISHED" messaging in the footer.
|
||||
| 77E6 | LD A,$87 | A=87 (INK: WHITE, PAPER: BLACK FLASH: ON). | ||
| 77E8 | LD HL,$78AC | HL=Messaging_GhostRiderFinished. | ||
| 77EB | CALL PrintFooterColourString | Call PrintFooterColourString. | ||
| 77EE | CALL Sounds_GhostriderFinished | Call Sounds_GhostriderFinished. | ||
|
Set the player lives to 01 this is decreased to 00 by SpendLife so is how the player receives a "Game Over".
|
||||
| 77F1 | LD HL,$7839 | Write 01 to Lives. | ||
| 77F4 | LD (HL),$01 | |||
| 77F6 | JP SpendLife | Jump to SpendLife. | ||
| Prev: 77DB | Up: Map | Next: 77F9 |