![]() |
Routines |
Prev: 61817 | Up: Map | Next: 61868 |
|
||||
Process_GiveRomanToDruid | 61841 | LD A,11 | Call Handler_DestroyItemEvent with item 11: "The captured Roman". | |
61843 | CALL Handler_DestroyItemEvent | |||
61846 | LD HL,42887 | Reset bit 0 of *Flag_EventStates. | ||
61849 | RES 0,(HL) | |||
Change the Roman state!
|
||||
61851 | LD BC,18763 | Call TransformItem to transform item 73 ("A druid wearing an amulet") into item 75 ("An amulet"). | ||
61854 | CALL TransformItem | |||
61857 | LD A,4 | Call AddToScore to add 4 points to the score. | ||
61859 | CALL AddToScore | |||
Print "The druid removes the amulet
and leaves it as he takes the
Roman and leads him away.".
|
||||
61862 | LD HL,54848 | HL=Messaging_DruidRemovesTheAmulet. | ||
61865 | JP PrintStringAndNewline_Duplicate | Jump to PrintStringAndNewline_Duplicate. |
Prev: 61817 | Up: Map | Next: 61868 |