Prev: 42562 Up: Map Next: 42578
42571: Set Scenic Event As Triggered
Used by the routine at 43748.
Input
A Scenic event ID (+128)
ScenicEventTriggered 42571 LD B,A Copy the scenic event ID into B.
42572 LD C,255 Set C to 255 which denotes that the event has fired already and shouldn't be repeated.
42574 CALL Handler_UpdateItemLocation Call Handler_UpdateItemLocation.
42577 RET Return.
View the equivalent code in;
Prev: 42562 Up: Map Next: 42578