Routines |
Prev: 64836 | Up: Map | Next: 64902 |
Used by the routines at PlayTelecastIntro and ShiftUpTickerNews.
|
||||
Handler_TickerNews | 64868 | CALL Print_Ticker | Call Print_Ticker. | |
64871 | LD HL,27136 | HL=27136. | ||
64874 | LD DE,27137 | DE=27137. | ||
64877 | LD BC,255 | BC=0255. | ||
64880 | LD (HL),C | Write C to *HL. | ||
64881 | LDIR | |||
64883 | CALL WriteSceneToShadowBuffer | Call WriteSceneToShadowBuffer. | ||
64886 | CALL Print_TickerNewsCopy | Call Print_TickerNewsCopy. | ||
64889 | CALL ScreenBuffer_Update | Call ScreenBuffer_Update. | ||
64892 | CALL AttributeBuffer_Update | Call AttributeBuffer_Update. | ||
64895 | CALL RandomNumber | Call RandomNumber. | ||
64898 | CALL Sounds_Telecast | Call Sounds_Telecast. | ||
64901 | RET | Return. |
Prev: 64836 | Up: Map | Next: 64902 |