|  | Routines | 
| Prev: 64868 | Up: Map | Next: 64926 | 
| 
Used by the routine at PlayTelecastIntro.
 | ||||
| 
This creates the ticker "scrolling" effect, where the initial news moves to the middle, and then the bottom two news stories move to the top.
 | ||||
| ShiftUpTickerNews | 64902 | LD HL,29440 | HL=29440. | |
| 64905 | LD DE,27392 | DE=ShadowScreenBuffer. | ||
| 64908 | LD BC,4096 | BC=4096. | ||
| 64911 | LDIR | Copy the bottom two-thirds of the shadow screen buffer "up" to the top of the buffer. | ||
| 64913 | LD HL,33792 | HL=33792. | ||
| 64916 | LD DE,33536 | DE=ShadowAttributeBuffer. | ||
| 64919 | LD BC,512 | BC=512. | ||
| 64922 | LDIR | Copy the bottom two-thirds of the shadow attribute buffer "up" to the top of the buffer. | ||
| 64924 | JR Handler_TickerNews | Jump to Handler_TickerNews. | ||
| Prev: 64868 | Up: Map | Next: 64926 |