lorom org $A8FB00 ;point to free space in enemies bank LDA $0A6E ;Samus contact damage index CMP #$0003 ;Checks for Screw attack? BNE RETURN ;if not jump to normal touch AI STZ $0A6E ;resets collision type causing damage? RETURN: JMP $A88023 ;set to jump to normal touch AI