Prev: F26C Up: Map Next: F2BA
F293: Routine at F293
Used by the routine at F2D4.
F293 LD HL,$E341 Call CheckItemGroupPresent with Data_ItemGroup_Roman.
F296 CALL CheckItemGroupPresent
F299 CP $0B Jump to F2B0 if A is equal to 0B.
F29B JR Z,$F2B0
F29D CP $55 Jump to Response_HeIsntTied if A is not equal to 55.
F29F JP NZ,Response_HeIsntTied
F2A2 LD BC,$550C BC=550C.
F2A5 CALL TransformItem Call TransformItem.
F2A8 LD A,$51 A=51.
F2AA CALL Handler_UpdateItemEventCurrentRoom Call Handler_UpdateItemEventCurrentRoom.
F2AD JP Response_OK_Duplicate Jump to Response_OK_Duplicate.
F2B0 LD HL,$E9B2 HL=GameOver.
F2B3 EX (SP),HL Exchange the *SP with the HL register.
F2B4 LD HL,$D7B6 HL=Messaging_YouReleaseHim.
F2B7 JP $ED6D Jump to ED6D.
Prev: F26C Up: Map Next: F2BA