Prev: EF86 Up: Map Next: EFCB
EFAD: Process: Get Cloak
Used by the routine at EFD0.
Process_GetCloak EFAD LD HL,$E3DD Call CheckItemGroupPresent with Data_ItemGroup_Cloak.
EFB0 CALL CheckItemGroupPresent
EFB3 CP $64 Jump to EDB2 if A is equal to 64.
EFB5 JP Z,$EDB2
EFB8 CALL $ED75 Call ED75.
EFBB LD BC,$6263 Call TransformItem to transform item 62 ("The body of a young man,in a white cloak,trapped by charred fallen timbers") into item 63 ("The body of a young man,trapped by charred,fallen timbers").
EFBE CALL TransformItem
EFC1 LD A,$04 Call AddToScore to add 04 points to the score.
EFC3 CALL AddToScore
EFC6 LD B,$64 B=64.
EFC8 JP $EDA6 Jump to EDA6.
Prev: EF86 Up: Map Next: EFCB