Routines |
Prev: 51968 | Up: Map | Next: 52059 |
Used by the routine at 51968.
|
||||
Jump here from 52010 if the servant spell is deactivated while holding an item
|
||||
52044 | LD A,(60238) | Item properties byte | ||
52047 | OR 12 | Set bits 2 (4) - indicating item will need erasing (as it's moving) - and 3 (8) - indicating that the item is flying/falling | ||
52049 | AND 239 | Reset bit 4 - indicates item is no longer held by the servant | ||
52051 | LD (60238),A | |||
52054 | LD A,0 | Finally, reset the flag indicating that the servant is carrying an object | ||
52056 | LD (60337),A |
Prev: 51968 | Up: Map | Next: 52059 |