Prev: F1DF Up: Map Next: F293
F26C: Routine at F26C
Used by the routine at F2D4.
F26C LD HL,$E3B6 Call CheckItemGroupPresent with Data_ItemGroup_Ox.
F26F CALL CheckItemGroupPresent
F272 CP $54 Jump to Response_ItIsntTied if A is equal to 54.
F274 JP Z,Response_ItIsntTied
F277 CP $52 Jump to F285 if A is not equal to 52.
F279 JR NZ,$F285
F27B LD HL,$E9B2 HL=GameOver.
F27E EX (SP),HL Exchange the *SP with the HL register.
F27F LD HL,$D778 HL=Messaging_OxBecomesEnraged.
F282 JP $ED6D Jump to ED6D.
F285 LD BC,$5354 BC=5354.
F288 CALL TransformItem Call TransformItem.
F28B LD A,$51 A=51.
F28D CALL Handler_UpdateItemEventCurrentRoom Call Handler_UpdateItemEventCurrentRoom.
F290 JP Response_OK_Duplicate Jump to Response_OK_Duplicate.
Prev: F1DF Up: Map Next: F293