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 /battle/anim_commands.asm | |
parent | ab018a5094c37688d9f111cd89ed2514fb38b0be (diff) |
Rename the internal PlayCry function to _PlayCryHeader.
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index c7c890703..6a5f10740 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -1354,7 +1354,7 @@ BattleAnimCmd_E1: ; cc807 (33:4807) ld a, 1 ld [$c2bc], a - callab PlayCry + callab _PlayCryHeader .done pop af |