Merge pull request #1370 from LOuroboros/deoxys

Fixed Deoxys Attack Form's animation
This commit is contained in:
ExpoSeed 2021-02-02 11:17:25 -06:00 committed by GitHub
commit 2d1384e88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9077,6 +9077,7 @@ static const union AnimCmd sAnim_DEOXYS_ATTACK_1[] =
ANIMCMD_FRAME(0, 26),
ANIMCMD_FRAME(1, 16),
ANIMCMD_FRAME(0, 16),
ANIMCMD_END,
};
static const union AnimCmd sAnim_DEOXYS_ATTACK_2[] =