Prev: B9EF Up: Map Next: BA3B
BA34: Collision detection (preserving HL)
Used by the routine at BB17.
Input
HL Current screen address to check
DE Current graphic address of Ted to check
BA34 PUSH HL Remember HL
BA35 AND A Clear A
BA36 CALL $BA3B Do the collision detection
BA39 POP HL Restore HL
BA3A RET
Prev: B9EF Up: Map Next: BA3B