diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-08 11:33:41 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-08 11:33:41 +0800 |
commit | 4d307a6f63b13c9a52755bb40842cdf77001dcc2 (patch) | |
tree | 8769fef5279aa2147c8335ce6c72056c4a47cb90 /src/pokemon_animation.c | |
parent | f24584cd3121c1773da2312f0720dc466799698c (diff) |
Clean some more arrays
Diffstat (limited to 'src/pokemon_animation.c')
-rw-r--r-- | src/pokemon_animation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_animation.c b/src/pokemon_animation.c index 6aa7593ca..8c468d9f4 100644 --- a/src/pokemon_animation.c +++ b/src/pokemon_animation.c @@ -810,7 +810,7 @@ static const u8 sBackAnimNatureModTable[] = [NATURE_GENTLE] = 0x02, [NATURE_SASSY] = 0x01, [NATURE_CAREFUL] = 0x02, - 0x01, // NATURE_QUIRKY + [NATURE_QUIRKY] = 0x01, }; static const union AffineAnimCmd sSpriteAffineAnim_860AD48[] = |