Added unique skills "Daunt" and "Fear"

The unique skill "Daunt" has been added to Galzus, and the unique skill "Fear" has been added to Manfroy. Holders of these skills reduce the hit, avo, and crit of enemies in 3 squares around them.

I implemented this since it was requested. It is a simple implementation by copy and paste of the charm process. The charm process was already organized by fe5_reduce_lag.asm so it was very easy to implement. Thank you very much.

The memory area ($7EA693) that outputs the total correction by charm was thankfully processed as 2 bytes, so I have divided it into 1 byte each and used them as the positive and negative correction areas, respectively.

As for the skill name, I got the idea from the "Fear" skill in the Japanese version of FE9. It is "Daunt" in the English version. I adopted both of them.