From 9eca72fc7f34c4f1b860fca1b6b9d6b8cd96aefd Mon Sep 17 00:00:00 2001 From: drifloony Date: Fri, 21 Jul 2017 09:14:35 -0700 Subject: use -2 instead of 0xFFFE --- src/pokemon_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, }; -- cgit v1.2.3