diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-27 13:50:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-27 13:50:01 -0500 |
| commit | 70c560cc84ec4152438815a7abae673ae6f589f8 (patch) | |
| tree | 1cf721845a9bf1825d821191f6d123bc12b1bbdc /data | |
| parent | 06ae5a37e2671455bfb59935cf93d8f23923ce8a (diff) | |
| parent | c323e7f061152a732fba39cb4a7c05ffb121d63b (diff) | |
Merge pull request #1347 from huderlem/battle_anim_doc
Document some battle anim funcs and data
Diffstat (limited to 'data')
| -rw-r--r-- | data/battle_anim_scripts.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/battle_anim_scripts.s b/data/battle_anim_scripts.s index 2344007a5..2e42848ab 100644 --- a/data/battle_anim_scripts.s +++ b/data/battle_anim_scripts.s @@ -854,7 +854,7 @@ Move_TWINEEDLE: Move_FIRE_BLAST: loadspritegfx ANIM_TAG_SMALL_EMBER - createsoundtask sub_8158B30, SE_M_FLAME_WHEEL, SE_M_FLAME_WHEEL2 + createsoundtask SoundTask_FireBlast, SE_M_FLAME_WHEEL, SE_M_FLAME_WHEEL2 call FireBlastRing call FireBlastRing call FireBlastRing |
