![]() |
Routines |
| Prev: EBED | Up: Map | Next: EC0F |
|
|
||||
| EBFE | LD A,(HL) | Get the item ID. | ||
| EBFF | INC HL | Ensure HL points to the next pattern. | ||
| EC00 | CP (IY+$50) | Is the first item held this? | ||
| EC03 | JP Z,$EAE3 | If so, flag the pattern has having not matched. | ||
| EC06 | CP (IY+$55) | Is the second item held this? | ||
| EC09 | JP Z,$EAE3 | If so, flag the pattern has having not matched. | ||
| EC0C | JP $EACB | Otherwise, carry on looking at other patterns. | ||
| Prev: EBED | Up: Map | Next: EC0F |