Prev: 8824 Up: Map Next: 883C
8830: Print Arrow Symbol
Used by the routine at Handler_LocationChoice.
Converts the value in *TemporaryScreenLocation to a usable screen value and prints an arrow symbol in that position.
Print_ArrowSymbol 8830 LD A,($7811) Utilising *TemporaryScreenLocation set the screen position for the arrow in DE.
8833 LD D,$50
8835 LD E,A
8836 LD HL,$8C27 HL=Messaging_Arrow.
8839 JP Print_String Jump to Print_String.
Prev: 8824 Up: Map Next: 883C