Prev: C3F1 Up: Map Next: C401
C3FA: Set Scenic Event As Triggered
Used by the routine at Action_Take.
Input
A Scenic event ID (+80)
ScenicEventTriggered C3FA LD B,A Copy the scenic event ID into B.
C3FB LD C,$FF Set C to FF which denotes that the event has fired already and shouldn't be repeated.
C3FD CALL Handler_UpdateObjectLocation Call Handler_UpdateObjectLocation.
C400 RET Return.
Prev: C3F1 Up: Map Next: C401