![]()  | 
Routines | 
| Prev: 60345 | Up: Map | Next: 60378 | 
| 
 | 
||||
| 
 
Check if any version of the Roman is in the current room.
 
 | 
||||
| Process_PreEnterVarious | 60357 | LD HL,58177 | Call CheckItemGroupPresent with Data_ItemGroup_Roman. | |
| 60360 | CALL CheckItemGroupPresent | |||
| 60363 | RET NZ | Return if no version of the Roman is in the current room. | ||
| 60364 | CP 4 | Return if any version of the Roman is in the current room which has an item ID greater than 4 - N/A. | ||
| 60366 | RET NC | |||
| 
 
Else, trigger the scene.
 
 | 
||||
| 60367 | LD A,2 | Call ScenicEventTriggered with 2. | ||
| 60369 | CALL ScenicEventTriggered | |||
| 60372 | LD A,3 | Call ScenicEventTriggered with 3. | ||
| 60374 | CALL ScenicEventTriggered | |||
| 60377 | RET | Return. | ||
| Prev: 60345 | Up: Map | Next: 60378 |