| quill | Routines |
| Prev: 25743 | Up: Map | Next: 25767 |
|
|
||||
| COND_ABSENT | 25755 | LD A,(DE) | A=location of object | |
| 25756 | CP (IX+35) | Is it at current location? | ||
| 25759 | JR Z,COND_FAILED | If so, condition failed | ||
| 25761 | CP 253 | Is it worn or carried? | ||
| 25763 | JR NC,COND_FAILED | If so, condition failed | ||
| 25765 | JR COND_PASSED | Otherwise condition passed | ||
| Prev: 25743 | Up: Map | Next: 25767 |