Prev: 8749 Up: Map Next: 8830
8824: Erase Arrow Symbol
Used by the routine at Handler_LocationChoice.
Converts the value in *TemporaryScreenLocation to a usable screen value and prints a "SPACE" over the current arrow symbol in that position.
Erase_ArrowSymbol 8824 LD A,($7811) Utilising *TemporaryScreenLocation set the screen position for the space in DE.
8827 LD D,$50
8829 LD E,A
882A LD HL,$8BB9 Using the empty space/ terminator at the end of Messaging_RedefineKeys_Up, point HL to 8BB9.
882D JP Print_String Jump to Print_String.
Prev: 8749 Up: Map Next: 8830