Routines |
Prev: EDAC | Up: Map | Next: EDBE |
|
||||
EDB3 | LD A,(HL) | Get the flag ID in A. | ||
EDB4 | INC HL | |||
EDB5 | CALL $EC1D | Get the flag's value. | ||
EDB8 | JP Z,$EAE3 | Mark the pattern as failed if it's 0. | ||
EDBB | JP $EACB | Otherwise process other actions. |
Prev: EDAC | Up: Map | Next: EDBE |