Prev: B2AD Up: Map Next: B2CE
B2BC: Sets up and displays the final score screen.
Used by the routine at Screen_YouLost.
Input
Output
Screen_FinalScore B2BC CALL ScreenClearSimple
B2BF LD HL,StrFinalScore
B2C2 LD DE,$0208
B2C5 CALL String_DrawDouble
B2C8 CALL Game_DisplayFinalScore
B2CB CALL Key_WaitAny
Falls through to next code Main_Title
Prev: B2AD Up: Map Next: B2CE