![]() |
Routines |
Prev: F03C | Up: Map | Next: F04A |
|
||||
The player wants to drop the sword, check which version of it is in the players inventory/ current room.
|
||||
Process_DropSword | F041 | LD HL,$E392 | Call CheckItemGroupPresent with Data_ItemGroup_Sword. | |
F044 | CALL CheckItemGroupPresent | |||
F047 | JP Handler_DropItem | Jump to Handler_DropItem. |
Prev: F03C | Up: Map | Next: F04A |