![]() |
Routines |
Prev: EBB9 | Up: Map | Next: EBDA |
|
||||
Check if any version of the Roman is in the current room.
|
||||
Process_PreEnterVarious | EBC5 | LD HL,$E341 | Call CheckItemGroupPresent with Data_ItemGroup_Roman. | |
EBC8 | CALL CheckItemGroupPresent | |||
EBCB | RET NZ | Return if no version of the Roman is in the current room. | ||
EBCC | CP $04 | Return if any version of the Roman is in the current room which has an item ID greater than 04 - N/A. | ||
EBCE | RET NC | |||
Else, trigger the scene.
|
||||
EBCF | LD A,$02 | Call ScenicEventTriggered with 02. | ||
EBD1 | CALL ScenicEventTriggered | |||
EBD4 | LD A,$03 | Call ScenicEventTriggered with 03. | ||
EBD6 | CALL ScenicEventTriggered | |||
EBD9 | RET | Return. |
Prev: EBB9 | Up: Map | Next: EBDA |