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 /main.asm | |
parent | ab018a5094c37688d9f111cd89ed2514fb38b0be (diff) |
Rename the internal PlayCry function to _PlayCryHeader.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99748,7 +99748,7 @@ Functionfb841: ; fb841 ld [CryLength], a ld a, h ld [CryLength + 1], a - callba PlayCry + callba _PlayCryHeader call WaitSFX .asm_fb876 |