Prev: C8A7 Up: Map Next: C8BE
C8AF: Routine at C8AF
Used by the routines at C4D1 and DC6C.
C8AF CALL FetchObjectDataPointer Call FetchObjectDataPointer.
C8B2 LD A,(IX+$01) A=*IX+01.
C8B5 CP $FF Return if A is equal to FF.
C8B7 RET Z
C8B8 CALL $C8BE Call C8BE.
C8BB RET NZ Return if A is not equal to FF.
C8BC JR $C8B2 Jump to C8B2.
Prev: C8A7 Up: Map Next: C8BE