diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-11-19 18:04:08 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-11-19 20:06:25 -0800 |
commit | 3e77fcdd38e9dfab732e8ce72ac1496cec652c0e (patch) | |
tree | aeb1dfc6d38d1b679d440aae3d4a54b4c97d1e7e /src/battle/battle_7.c | |
parent | 0f42ef11742cfc141b720846777e43d96a64ffc3 (diff) |
label battle anims
Diffstat (limited to 'src/battle/battle_7.c')
-rw-r--r-- | src/battle/battle_7.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle/battle_7.c b/src/battle/battle_7.c index 8766b5b77..6c2bdcb9b 100644 --- a/src/battle/battle_7.c +++ b/src/battle/battle_7.c @@ -43,7 +43,7 @@ extern u8 gBattleAnimBankAttacker; extern u8 gBattleAnimBankTarget; extern void (*gAnimScriptCallback)(void); extern u8 gAnimScriptActive; -extern const u8 *const gBattleAnims_Unknown1[]; +extern const u8 *const gBattleAnims_General[]; extern const u8 *const gBattleAnims_Unknown2[]; extern const struct CompressedSpriteSheet gTrainerFrontPicTable[]; extern const struct MonCoords gTrainerFrontPicCoords[]; @@ -177,7 +177,7 @@ bool8 move_anim_start_t3(u8 a, u8 b, u8 c, u8 d, u16 e) gBattleAnimBankAttacker = b; gBattleAnimBankTarget = c; ewram17840.unk0 = e; - DoMoveAnim(gBattleAnims_Unknown1, d, 0); + DoMoveAnim(gBattleAnims_General, d, 0); taskId = CreateTask(sub_80315E8, 10); gTasks[taskId].data[0] = a; ewram17810[gTasks[taskId].data[0]].unk0_5 = 1; |