diff options
author | yenatch <yenatch@gmail.com> | 2014-07-18 09:59:03 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-07-18 10:31:52 -0700 |
commit | 251517812f65ab95c886e2cb9afe4b996e463ec7 (patch) | |
tree | 36df9d3be33025986ba92bd89c99983d0a528dcc /audio/engine.asm | |
parent | ab018a5094c37688d9f111cd89ed2514fb38b0be (diff) |
Rename the internal PlayCry function to _PlayCryHeader.
Diffstat (limited to 'audio/engine.asm')
-rw-r--r-- | audio/engine.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/engine.asm b/audio/engine.asm index 569aa6a73..734d45f15 100644 --- a/audio/engine.asm +++ b/audio/engine.asm @@ -5,7 +5,6 @@ ; Notable functions: ; FadeMusic ; PlayStereoSFX -; PlayCry _SoundRestart:: ; e8000 ; restart sound operation @@ -2364,7 +2363,7 @@ _PlayMusic:: ; e8b30 ret ; e8b79 -PlayCry:: ; e8b79 +_PlayCryHeader:: ; e8b79 ; Play cry de using parameters: ; CryPitch ; CryLength |