Enemy States (Werehog)
The Werehog's enemies have a chart (or character) state xml, found in their respective archive files (e.g. #EvilEnemyNightmareR.ar.00 >> EvilEnemyNightmareR.chr.xml). This XML file deals with the different states of the enemies, and how the enemies react to the player's attack types.
StateChartInfo

StatChart is what the game calls the StateChart, which contains every individual information of the different states. StateChartInfo represents an individual state of a nighttime enemy.
StateNames are the names of the different enemy states. These vary between enemies, hence it is currently impossible to add new ENEMY states or share them between enemies. But there are common states such as "Tell", "Rise", "Walk", "KnockOut", and so on.
The enemy reacts to different attack types by writing in the StateNames into the variables. Refer to "Attack and Hitbox Collision Types" for more information on that subject.