diff options
Diffstat (limited to 'src/ghost.c')
-rw-r--r-- | src/ghost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghost.c b/src/ghost.c index fe3671bdd..30430309e 100644 --- a/src/ghost.c +++ b/src/ghost.c @@ -50,7 +50,7 @@ static void sub_80B71B0(struct Sprite *sprite); static const union AffineAnimCmd gUnknown_83E75A8[] = { AFFINEANIMCMD_FRAME(0x1E, 0x1E, 10, 5), - AFFINEANIMCMD_FRAME(0xFFE2, 0xFFE2, 10, 5), + AFFINEANIMCMD_FRAME(-0x1E, -0x1E, 10, 5), AFFINEANIMCMD_JUMP(0), }; |