![]()  | 
Routines | 
| Prev: 60327 | Up: Map | Next: 60357 | 
| 
 | 
||||
| 
 
Check if any versions of the Fomorians are present in this room.
 
 | 
||||
| Process_PreEnterFomoriansCavern | 60345 | LD HL,58184 | Call CheckItemGroupPresent with Data_ItemGroup_Fomorian. | |
| 60348 | CALL CheckItemGroupPresent | |||
| 60351 | RET NZ | Just return if no versions of the Fomorians are in the current room. | ||
| 
 
There are Fomorians in this room, trigger the scene.
 
 | 
||||
| 60352 | CALL ScenicEventTriggered | Call ScenicEventTriggered. | ||
| 60355 | JR Process_PreEnterFomoriansCavern | Jump to Process_PreEnterFomoriansCavern. | ||
| Prev: 60327 | Up: Map | Next: 60357 |