; C2/220D unchanged from main patch, so consult other file. high_priority: org $C2???? SEC ; assume missed to start LDA $3AA1,Y BIT #$04 BEQ next ; branch if not Protected from instant death LDA $11A2 BIT #$02 ; Check for spell miss if instant death protected BNE missed ; miss if so ^ BIT #$08 BEQ next ; Branch if attack doesn't reverse damage on undead LDA $3C95,Y BPL next ; branch if target not undead LDA $11AA BIT #$82 ; does attack involve Zombie or Wound? BEQ next ; branch if not LDA $11A4 BIT #$04 ; is it trying to lift those statuses? BNE missed ; miss if so next: JMP hipr_helper ; do some more checks missed: RTS