Prev: D471 Up: Map Next: D4A7
D495: Routine at D495
Used by the routines at C996, CBC2, CC29 and D045.
Input
A Character ID
D495 CP $FF Return if the character is inactive (FF).
D497 RET Z
D498 CALL FetchObjectDataPointer Call FetchObjectDataPointer.
D49B LD A,$01 Is the character the "China Man"?
D49D CP (IX+$00)
D4A0 LD A,$FF A=FF.
D4A2 RET NZ Return if the character isn't the "China Man".
D4A3 LD A,(IX+$0F) A=*IX+0F.
D4A6 RET Return.
Prev: D471 Up: Map Next: D4A7