Prev: A8A0 Up: Map Next: A92C
A921: Check If Active Character
Input
IY Character pointer
F Zero flag is set if the given character is active
Character_Active A921 PUSH IY HL=IY.
A923 POP HL
A924 LD DE,($B09D) DE=*CurrentCharacter.
A928 AND A Reset the flags.
Simply subtract one character address pointer from the current character pointer.
A929 SBC HL,DE HL-=DE.
A92B RET Return.
Prev: A8A0 Up: Map Next: A92C