Prev: 8B71 Up: Map Next: 8B80
8B76: Test 06 : Is the lift is off.
Input
Output
Test06_LiftOff 8B76 LD A,(Lift_Count) If greater than zero then the lift is on.
This entry point is used by the routine at Test07_HelpSwitchOff.
Test06_LiftOff_0 8B79 OR A
8B7A JP NZ,Room_CllEvnt_EndIf False.
8B7D JP Room_CllEvnt_NxtCmd True.
Prev: 8B71 Up: Map Next: 8B80