A_BrainPain

From DoomWiki.org

Revision as of 03:34, 5 January 2024 by Nockson (talk | contribs) (fix and add wls, fmtg)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]