![]() |
Routines |
Prev: 62138 | Up: Map | Next: 62188 |
|
||||
The player wants to free the rope, check which version of the rope is is in the current room.
|
||||
Process_FreeRope | 62164 | LD HL,58288 | Call CheckItemGroupPresent with Data_ItemGroup_Rope. | |
62167 | CALL CheckItemGroupPresent | |||
62170 | CP 81 | Jump to Response_ItIsntTied if A is equal to 81. | ||
62172 | JP Z,Response_ItIsntTied | |||
62175 | CP 11 | Jump to Process_FreeRoman if A is equal to 11. | ||
62177 | JP Z,Process_FreeRoman | |||
62180 | CP 85 | Jump to Process_FreeRoman if A is equal to 85. | ||
62182 | JP Z,Process_FreeRoman | |||
62185 | JP Process_FreeOx | Jump to Process_FreeOx. |
Prev: 62138 | Up: Map | Next: 62188 |