Prev: 61607 Up: Map Next: 61632
61612: Process: Get Staff (Duplicate)
Complete copy of Process_GetStaff - this routine is completely unused.
Process_GetStaff_Duplicate 61612 LD A,97 Call Check_PlayerInventory with item 97: "A staff".
61614 CALL Check_PlayerInventory
61617 LD A,76 Write 76 to *59636 to open up northbound access to The Enchanted Hills from The Enchanted Hills.
61619 LD (59636),A
61622 XOR A Write 0 to *59638 to close eastbound access in The Enchanted Hills.
61623 LD (59638),A
61626 LD (59639),A Write 0 to *59639 to close westbound access in The Enchanted Hills.
61629 JP Handler_PickUpItem Jump to Handler_PickUpItem.
Prev: 61607 Up: Map Next: 61632