Prev: A1B4 Up: Map Next: A1D2
A1C8: Routine at A1C8
Used by the routines at A883, A88F, ChangeRoom and GameStart.
A1C8 PUSH HL Stash HL on the stack.
A1C9 LD HL,$A088 HL=A088.
A1CC CALL $A1B4 Call A1B4.
A1CF AND (HL) Merge the bits from *HL.
A1D0 POP HL Restore HL from the stack.
A1D1 RET Return.
Prev: A1B4 Up: Map Next: A1D2