Prev: 25788 Up: Map Next: 25807
25795: CHANCE condition
COND_CHANCE 25795 PUSH AF
25796 PUSH BC
25797 CALL RANDOM_NUMBER Generate random number
25800 POP BC
25801 POP AF
25802 CP H Is it less than parameter given?
25803 JR NC,COND_PASSED If so, condition passed; next condition
25805 JR COND_FAILED Otherwise, condition failed
Prev: 25788 Up: Map Next: 25807