Prev: B29C Up: Map Next: B2BC
B2AD: Sets up and displays the congratulations screen.
Used by the routine at Action14_Win.
Input
Output
Screen_Congrats B2AD CALL ScreenClearSimple
B2B0 LD HL,StrCongrats
B2B3 LD DE,$0000
B2B6 CALL String_DrawDouble
B2B9 CALL Key_WaitAny
Falls through to next code Screen_FinalScore
Prev: B29C Up: Map Next: B2BC