A_BrainPain

From DoomWiki.org

A_BrainPain is a code pointer used in the pain animation for the Romero's head.

A_BrainPain simply plays the DSBOSPN sound effect. The sound effect has no source and thus will be heard at full volume by all players in the level.

Uses[edit]

The A_BrainPain code pointer appears in the following states in Doom's state table:

Example[edit]

The following is an example of how to set the A_BrainPain code pointer in a DeHackEd file:

Pointer 21 (Frame 34)
Codep Frame = 779

Or using BEX syntax:

[CODEPTR]
Frame 1234 = BrainPain

External links[edit]