![]() |
Routines |
Prev: A642 | Up: Map | Next: A652 |
Used by the routine at AAE4.
|
||||||||
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 |