Prev: B77F Up: Map Next: B934
B91F: Routine at B91F
Used by the routines at B77F and CC37.
B91F LD IX,$9FF0 IX=9FF0.
B923 CALL $A0F7 Call A0F7.
B926 JR Z,$B931 Jump to B931 if the zero flag is set.
B928 LD A,($A036) Return if *CurrentCharacter_ID is equal to *IX+00.
B92B CP (IX+$00)
B92E RET Z
B92F JR $B923 Jump to B923.
B931 OR %00000001 Set bit 0.
B933 RET Return.
Prev: B77F Up: Map Next: B934