![]()  | 
Routines | 
| Prev: 59864 | Up: Map | Next: 59898 | 
| 
 | 
||||
| 
 
Make the "Fomorian tribe" inactive.
 
 | 
||||
| Event_FomorianTribe | 59881 | LD HL,42878 | Reset bit 1 of *Flag_TurnBasedEventState. | |
| 59884 | RES 1,(HL) | |||
| 59886 | LD A,15 | Call ValidateItemPresent with item 15: "The Fomorian tribe". | ||
| 59888 | CALL ValidateItemPresent | |||
| 59891 | RET NZ | Return if "The Fomorian tribe" is not currently in the room. | ||
| 
 
Print "
You fight bravely,but the evil
creatures overwhelm you.".
 
 | 
||||
| 59892 | LD HL,52634 | HL=Messaging_FightBravely. | ||
| 59895 | JP PrintAndGameOver | Jump to PrintAndGameOver. | ||
| Prev: 59864 | Up: Map | Next: 59898 |