![]() |
Routines |
Prev: 50161 | Up: Map | Next: 50177 |
Used by the routine at Action_Take.
|
||||||||
ScenicEventTriggered | 50170 | LD B,A | Copy the scenic event ID into B. | |||||
50171 | LD C,255 | Set C to 255 which denotes that the event has fired already and shouldn't be repeated. | ||||||
50173 | CALL Handler_UpdateObjectLocation | Call Handler_UpdateObjectLocation. | ||||||
50176 | RET | Return. |
Prev: 50161 | Up: Map | Next: 50177 |