![]() |
Routines |
Prev: EF09 | Up: Map | Next: EF1B |
|
||||
The player wants to pick up the helmet, check which version of it is in the current room.
|
||||
Process_GetHelmet | EF12 | LD HL,$E36B | Call CheckItemGroupPresent with Data_ItemGroup_Helmet. | |
EF15 | CALL CheckItemGroupPresent | |||
EF18 | JP Handler_CheckPlayerInventory_PickUpItem | Jump to Handler_CheckPlayerInventory_PickUpItem. |
Prev: EF09 | Up: Map | Next: EF1B |