Prev: A642 Up: Map Next: A652
A64B: Set Scenic Event As Triggered
Used by the routine at AAE4.
Input
A Scenic event ID (+80)
ScenicEventTriggered A64B LD B,A Copy the scenic event ID into B.
A64C LD C,$FF Set C to FF which denotes that the event has fired already and shouldn't be repeated.
A64E CALL Handler_UpdateItemLocation Call Handler_UpdateItemLocation.
A651 RET Return.
View the equivalent code in;
Prev: A642 Up: Map Next: A652