![]() |
Routines |
Prev: 60578 | Up: Map | Next: 60648 |
|
||||
Process_EnterCauseway | 60606 | LD A,40 | Call ValidateItemPresent with item 40: "An armed warrior (Welcome Warlor)". | |
60608 | CALL ValidateItemPresent | |||
60611 | RET NZ | Return if item 40: "An armed warrior (Welcome Warlor)" is not in the current room or the players inventory. | ||
60612 | LD A,0 | Call ScenicEventTriggered with event 0: N/A. | ||
60614 | CALL ScenicEventTriggered | |||
60617 | LD A,1 | Call ScenicEventTriggered with event 1: N/A. | ||
60619 | CALL ScenicEventTriggered | |||
60622 | LD A,8 | Call ScenicEventTriggered with event 8: N/A. | ||
60624 | CALL ScenicEventTriggered | |||
60627 | LD A,7 | Call ScenicEventTriggered with event 7: N/A. | ||
60629 | 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. |
Prev: 60578 | Up: Map | Next: 60648 |