![]()  | 
Routines | 
| Prev: F7DB | Up: Map | Next: F7FD | 
| 
 | 
||||
| Process_GetStaff | F7E9 | LD A,$61 | Call Check_PlayerInventory with item 61: "A staff". | |
| F7EB | CALL Check_PlayerInventory | |||
| F7EE | XOR A | Write 00 to *E8F6 to close eastbound access in The Enchanted Hills. | ||
| F7EF | LD ($E8F6),A | |||
| F7F2 | LD ($E8F7),A | Write 00 to *E8F7 to close westbound access in The Enchanted Hills. | ||
| F7F5 | LD A,$4C | Write 4C to *E8F4 to open up northbound access to The Enchanted Hills from The Enchanted Hills. | ||
| F7F7 | LD ($E8F4),A | |||
| F7FA | JP Handler_PickUpItem | Jump to Handler_PickUpItem. | ||
| Prev: F7DB | Up: Map | Next: F7FD |