Prev: EABF Up: Map Next: EAEB
EAE3: A condition does not match. Skip to the ENDIF (F6) character.
Used by the routines at EB95, EBC4, EBE2, EBED, EBFE, EC2B, EC34 and EDB3.
Input
HL On exit, holds the address for the next room logic byte
EAE3 LD A,(HL) Put the next byte in A.
EAE4 INC HL Move to the next position in the table.
EAE5 CP $F6 Is this ENDIF?
EAE7 JR Z,$EACB Jump if it is.
EAE9 JR $EAE3 Otherwise loop back to keep searching.
Prev: EABF Up: Map Next: EAEB