Prev: F293 Up: Map Next: F2D4
F2BA: Process: Free Hare
The player wants to free the hare, check which version of the hare is is in the current room.
Process_FreeHare F2BA LD HL,$E353 Call CheckItemGroupPresent with Data_ItemGroup_Hare.
F2BD CALL CheckItemGroupPresent
F2C0 CP $26 Jump to Response_IDontSeeThePoint if A is equal to 26.
F2C2 JP Z,Response_IDontSeeThePoint
F2C5 CALL Handler_DestroyItemEvent Call Handler_DestroyItemEvent.
F2C8 LD HL,$D7F9 HL=Messaging_AirChargedWithImmensePower.
F2CB CALL PrintStringAndNewline Call PrintStringAndNewline.
F2CE LD HL,$D8D5 HL=Messaging_ThenVanishes.
F2D1 JP PausePrintStringAndScroll_Duplicate Jump to PausePrintStringAndScroll_Duplicate.
Prev: F293 Up: Map Next: F2D4