![]() |
Routines |
Prev: F04F | Up: Map | Next: F069 |
|
||||
The player wants to drop the rope, check which version of it is in the players inventory/ current room.
|
||||
Process_DropRope | F060 | LD HL,$E3B0 | Call CheckItemGroupPresent with Data_ItemGroup_Rope. | |
F063 | CALL CheckItemGroupPresent | |||
F066 | JP Handler_DropItem | Jump to Handler_DropItem. |
Prev: F04F | Up: Map | Next: F069 |