Prev: 44784 Up: Map Next: 44808
44791: Check Active Scenic Events
Used by the routines at 44808, 60345, 60357, 60981, 62060, 62099, 62138, 62164, 62207 and 62380.
44791 JR 44794 Jump to 44794.
44793 INC HL Increment HL by one.
44794 LD A,(HL) A=*HL.
44795 CP 255 Compare A with 255.
44797 JR Z,44806 Jump to 44806 if A is equal to 255.
44799 CALL ValidateItemPresent Call ValidateItemPresent.
44802 JR NZ,44793 Jump to 44793 if A is not equal to 255.
44804 LD A,(HL) A=*HL.
44805 RET Return.
44806 AND A Set flags.
44807 RET Return.
Prev: 44784 Up: Map Next: 44808