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:
Frame number | Doom internal name | Use |
---|---|---|
779 | S_BRAIN_PAIN | pain animation for the Romero's head |
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]
- A_BrainPain in the Doom source code.
- A_BrainPain at the ZDoom wiki
- BrainPain at the Eternity Engine wiki