Prev: 60578 Up: Map Next: 60655
60606: Routine at ECBE
60606 LD A,40 Call ValidateItemPresent with item 40: "An armed warrior (Welcome Warlor)".
60608 CALL ValidateItemPresent
60611 RET NZ Return if A is not equal to 40.
60612 LD A,0 A=0.
60614 CALL ScenicEventTriggered Call ScenicEventTriggered.
60617 LD A,1 A=1.
60619 CALL ScenicEventTriggered Call ScenicEventTriggered.
60622 LD A,8 A=8.
60624 CALL ScenicEventTriggered Call ScenicEventTriggered.
60627 LD A,7 A=7.
60629 CALL ScenicEventTriggered Call ScenicEventTriggered.
60632 LD A,40 Call Handler_DestroyItemEvent with item 40: "An armed warrior (Welcome Warlor)".
60634 CALL Handler_DestroyItemEvent
60637 LD A,4 Call AddToScore to add 4 points to the score.
60639 CALL AddToScore
60642 LD A,26 Write 26 to *59321 to open up westbound access to A Mountain Path from The Causeway.
60644 LD (59321),A
60647 RET Return.
This entry point is used by the routines at 60655, 60679, 60695, 60711, 60727 and 60743.
Print "The torc warms up as you look".
60648 LD HL,57329 HL=Messaging_TorcWarmsUp.
60651 CALL PrintStringAndNewline Call PrintStringAndNewline.
60654 RET Return.
Prev: 60578 Up: Map Next: 60655