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