Prev: A1C8 Up: Map Next: A1DD
A1D2: Routine at A1D2
Used by the routines at AAB4 and ABBD.
A1D2 PUSH HL Stash HL on the stack.
A1D3 LD HL,$A088 HL=A088.
A1D6 CALL $A1B4 Call A1B4.
A1D9 OR (HL) Set the bits from *HL.
A1DA LD (HL),A Write A to *HL.
A1DB POP HL Restore HL from the stack.
A1DC RET Return.
Prev: A1C8 Up: Map Next: A1DD