Prev: 61135 Up: Map Next: 61193
61161: Process: Get Urn
Process_GetUrn 61161 LD A,28 Call 60789 with item 28: "An urn".
61163 CALL 60789
61166 LD A,32 Call ValidateItemPresent with item 32: "A bronze helmet (worn)".
61168 CALL ValidateItemPresent
61171 JP NZ,Response_YouCannotMoveIt Jump to Response_YouCannotMoveIt if A is not equal to 32.
61174 LD HL,42860 Jump to Process_GetUrn_0 if bit 4 of *42860 is set.
61177 BIT 4,(HL)
61179 JR NZ,Process_GetUrn_0
61181 SET 4,(HL) Set bit 4 of *HL.
61183 LD A,4 Call AddToScore to add 4 points to the score.
61185 CALL AddToScore
Process_GetUrn_0 61188 LD B,28 B=item 28: "An urn".
61190 JP 60838 Jump to 60838.
Prev: 61135 Up: Map Next: 61193