Prev: EC13 Up: Map Next: EC32
EC21: Routine at EC21
EC21 LD A,$0F Call ValidateItemPresent with item 0F: "The Fomorian tribe".
EC23 CALL ValidateItemPresent
EC26 RET NZ Return if "The Fomorian tribe" is not currently in the room.
EC27 LD A,$05 Write 05 to *Counter_FomorianTribe.
EC29 LD ($A780),A
EC2C LD HL,$A77E Set bit 1 of *Flag_TurnBasedEventState.
EC2F SET 1,(HL)
EC31 RET Return.
Prev: EC13 Up: Map Next: EC32