summaryrefslogtreecommitdiff
path: root/src/ghost.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-19 23:45:59 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-19 23:45:59 +0800
commit63f8834b6bc2d6413da606d7df88a304edc3c625 (patch)
tree1dd3517ad893b34dcdbb649efdad14ff5d9d294d /src/ghost.c
parent1d3ae2fe78823a6a0d4d9d93a988aa5ca1092801 (diff)
resolve review comments
Diffstat (limited to 'src/ghost.c')
-rw-r--r--src/ghost.c2
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),
};