Prev: F06E Up: Map Next: F07C
F073: Process: Drop Ladder
The player wants to drop the ladder, check which version of it is in the players inventory/ current room.
Process_DropLadder F073 LD HL,$E3C5 Call CheckItemGroupPresent with Data_ItemGroup_Ladder.
F076 CALL CheckItemGroupPresent
F079 JP Handler_DropItem Jump to Handler_DropItem.
Prev: F06E Up: Map Next: F07C