Pyjamarama
Routines
Prev:
7A75
Up:
Map
Next:
820E
8200: Copy loaded screen to memory. This is used to be displayed after each game.
Used by the routine at
_beff
.
Input
Output
Init_CopyScr
8200
LD HL,$4000
8203
LD DE,
TitleScreenBuffer
8206
LD BC,$1B00
8209
LDIR
820B
JP
Main_Title
Prev:
7A75
Up:
Map
Next:
820E