diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-21 09:14:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 09:14:35 -0700 |
commit | 9eca72fc7f34c4f1b860fca1b6b9d6b8cd96aefd (patch) | |
tree | fbeff62b38c62ba64351f1d256608e50fc0b6bdf /src | |
parent | 41becb8ddaa9d3e95119ac2573e4f4e2acac4554 (diff) |
use -2 instead of 0xFFFE
Diffstat (limited to 'src')
-rw-r--r-- | src/pokemon_icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_icon.c b/src/pokemon_icon.c index 0835c4dac..8994ea49e 100644 --- a/src/pokemon_icon.c +++ b/src/pokemon_icon.c @@ -977,7 +977,7 @@ static const union AffineAnimCmd sAffineAnim_0[] = static const union AffineAnimCmd sAffineAnim_1[] = { - AFFINEANIMCMD_FRAME(0xFFFE, 0xFFFE, 0, 122), + AFFINEANIMCMD_FRAME(-2, -2, 0, 122), AFFINEANIMCMD_END, }; |