![]() |
Routines |
Prev: EF49 | Up: Map | Next: EF7C |
|
||||
Process_GetRope | EF5A | LD HL,$E3B0 | Call CheckItemGroupPresent with Data_ItemGroup_Rope. | |
EF5D | CALL CheckItemGroupPresent | |||
EF60 | CP $51 | Jump to Response_YouCant_Duplicate if A is not equal to 51. | ||
EF62 | JP NZ,Response_YouCant_Duplicate | |||
EF65 | CALL $ED75 | Call ED75. | ||
EF68 | LD HL,$A76C | Jump to EDA6 if bit 2 of *A76C is set. | ||
EF6B | BIT 2,(HL) | |||
EF6D | JP NZ,$EDA6 | |||
EF70 | SET 2,(HL) | Set bit 2 of *A76C. | ||
EF72 | LD A,$04 | Call AddToScore to add 04 points to the score. | ||
EF74 | CALL AddToScore | |||
EF77 | LD B,$51 | B=51. | ||
EF79 | JP $EDA6 | Jump to EDA6. |
Prev: EF49 | Up: Map | Next: EF7C |