![]()  | 
Routines | 
| Prev: 60435 | Up: Map | Next: 60466 | 
| 
 | 
||||
| Process_EnterFomoriansCavern | 60449 | LD A,15 | Call ValidateItemPresent with item 15: "The Fomorian tribe". | |
| 60451 | CALL ValidateItemPresent | |||
| 60454 | RET NZ | Return if "The Fomorian tribe" is not currently in the room. | ||
| 60455 | LD A,5 | Write 5 to *Counter_FomorianTribe. | ||
| 60457 | LD (42880),A | |||
| 60460 | LD HL,42878 | Set bit 1 of *Flag_TurnBasedEventState. | ||
| 60463 | SET 1,(HL) | |||
| 60465 | RET | Return. | ||
| Prev: 60435 | Up: Map | Next: 60466 |