Prev: 8CF0 Up: Map Next: 8D49
8D3E: Print "Game Over"
Used by the routine at InitialiseNewGame.
Messaging options:
ID Message
01 message-07
Print_GameOver 8D3E LD A,$07 Jump to PrintAlias using message block 07.
8D40 JR PrintAlias
Messaging options:
ID Message ID Message
01 message-14-00 02 message-14-01
03 message-14-02
Print_RoundOver 8D42 LD A,$0E Call Messaging_Girl using message block 0E.
PrintAlias 8D44 CALL Messaging_Girl
8D47 XOR A Return with A=00.
8D48 RET
Prev: 8CF0 Up: Map Next: 8D49