![]()  | 
Routines | 
| Prev: 62099 | Up: Map | Next: 62164 | 
| 
 | 
||||
| 
 
The player wants to free the hare, check which version of the hare is is in the current room.
 
 | 
||||
| Process_FreeHare | 62138 | LD HL,58195 | Call CheckItemGroupPresent with Data_ItemGroup_Hare. | |
| 62141 | CALL CheckItemGroupPresent | |||
| 62144 | CP 38 | Jump to Response_IDontSeeThePoint if A is equal to 38. | ||
| 62146 | JP Z,Response_IDontSeeThePoint | |||
| 62149 | CALL Handler_DestroyItemEvent | Call Handler_DestroyItemEvent. | ||
| 62152 | LD HL,55289 | HL=Messaging_AirChargedWithImmensePower. | ||
| 62155 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
| 62158 | LD HL,55509 | HL=Messaging_ThenVanishes. | ||
| 62161 | JP PausePrintStringAndScroll_Duplicate | Jump to PausePrintStringAndScroll_Duplicate. | ||
| Prev: 62099 | Up: Map | Next: 62164 |