Routines
Prev:
74A9
Up:
Map
Next:
74AE
74AA: Print Graphic
Used by the routines at
InitialiseNewGame
,
PrintGameDisplay
and
DisplayStartScreen
.
Input
L
The low-order byte to point to a UDG address
Set the high-order byte value for the UDG address.
PrintGraphic
74AA
LD H,$78
H
=78.
74AC
JR
PrintUDG
Jump to
PrintUDG
.
Prev:
74A9
Up:
Map
Next:
74AE