Prev: 50161 Up: Map Next: 50177
50170: Set Scenic Event As Triggered
Used by the routine at Action_Take.
Input
A Scenic event ID (+128)
ScenicEventTriggered 50170 LD B,A Copy the scenic event ID into B.
50171 LD C,255 Set C to 255 which denotes that the event has fired already and shouldn't be repeated.
50173 CALL Handler_UpdateObjectLocation Call Handler_UpdateObjectLocation.
50176 RET Return.
Prev: 50161 Up: Map Next: 50177