Prev: 8B5D Up: Map Next: 8B71
8B67: Test 04 : Is the lift is on?
Input
Output
Test04_LiftOn 8B67 LD A,(Lift_Count)
8B6A OR A
8B6B JP Z,Room_CllEvnt_EndIf Lift count is down to zero, end the test.
8B6E JP Room_CllEvnt_NxtCmd If the lift count is more, then return true.
Prev: 8B5D Up: Map Next: 8B71