|  | Routines | 
| Prev: A8A0 | Up: Map | Next: A92C | 
| 
Used by the routines at Handler_Move_Characters, Handler_PickUpObjects, B288 and Handler_ChangeCharacters.
 
 | ||||||||||
| 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 |