![]() |
Routines |
Prev: 61555 | Up: Map | Next: 61585 |
|
||||
Process_DropStaff | 61564 | LD A,97 | Call IsPlayerCarryingItem with item 97: "A staff". | |
61566 | CALL IsPlayerCarryingItem | |||
61569 | LD A,80 | Write 80 to *59636 to open up northbound access to The Enchanted Hills from The Enchanted Hills. | ||
61571 | LD (59636),A | |||
61574 | LD (59638),A | Write 80 to *59638 to open up eastbound access to The Enchanted Hills from The Enchanted Hills. | ||
61577 | LD (59639),A | Write A to *59639. | ||
61580 | LD A,97 | A=97. | ||
61582 | JP Handler_DropItem | Jump to Handler_DropItem. |
Prev: 61555 | Up: Map | Next: 61585 |