Prev: 25727 Up: Map Next: 25743
25734: ATLT condition
COND_ATLT 25734 CP (IX+35) Is A >= current location?
25737 JR C,COND_FAILED If greater than, condition failed
25739 JR Z,COND_FAILED If equal to, condition failed
25741 JR COND_PASSED Otherwise, condition passed
Prev: 25727 Up: Map Next: 25743