Prev: 44775 Up: Map Next: 44791
44784: Set Scenic Event As Triggered
Used by the routines at 59898, 59972, 60345, 60357, 60378, 60606 and 60768.
Input
A Scenic event ID (+128)
ScenicEventTriggered 44784 LD B,A Copy the scenic event ID into B.
44785 LD C,255 Set C to 255 which denotes that the event has fired already and shouldn't be repeated.
44787 CALL 44808 Call 44808.
44790 RET Return.
Prev: 44775 Up: Map Next: 44791