![]() |
Routines |
| Prev: 43503 | Up: Map | Next: 43625 |
|
Used by the routine at Handler_Fired.
|
||||
| FiredScreen | 43571 | CALL BlankMiddleScreenBuffer | Call BlankMiddleScreenBuffer. | |
| 43574 | CALL BlankMiddleAttributeBuffer | Call BlankMiddleAttributeBuffer. | ||
|
Print "YOU'RE FIRED!".
|
||||
| 43577 | LD HL,44681 | HL=Messaging_Fired. | ||
| 43580 | LD DE,18474 | DE=18474 (screen buffer location). | ||
| 43583 | CALL PrintString | Call PrintString. | ||
| 43586 | LD HL,18506 | HL=18506 (screen buffer location). | ||
| 43589 | LD B,12 | B=12. | ||
| 43591 | CALL Concealer | Call Concealer. | ||
|
Print " GO! Take your ".
|
||||
| 43594 | LD HL,44780 | HL=Messaging_Go. | ||
| 43597 | LD DE,18528 | DE=18528 (screen buffer location). | ||
| 43600 | CALL PrintString | Call PrintString. | ||
|
Print the active players score.
|
||||
| 43603 | CALL Messaging_GameOver_Score | Call Messaging_GameOver_Score. | ||
|
Print " Pts withyou. ".
|
||||
| 43606 | LD HL,44797 | HL=Messaging_PtsWithYou. | ||
| 43609 | CALL PrintString | Call PrintString. | ||
| 43612 | LD HL,43914 | HL=Game_Flags. | ||
| 43615 | BIT 0,(HL) | Return if the score isn't on the score board. | ||
| 43617 | RET Z | |||
|
Print "you have been nominated for TRASHMAN OF THE YEAR" messaging.
|
||||
| 43618 | LD HL,44695 | HL=Messaging_TrashmanOfTheYear. | ||
| 43621 | CALL PrintString | Call PrintString. | ||
| 43624 | RET | Return. | ||
| Prev: 43503 | Up: Map | Next: 43625 |