summaryrefslogtreecommitdiff
path: root/src/ghost.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-08-10 12:09:06 -0400
committerhuderlem <huderlem@gmail.com>2019-08-21 17:15:23 -0500
commit5b8d0f1c33278194d46625b2ea409ceaab04c4b0 (patch)
tree8942648cab80bb1dab6bed1f09ee697e08d6019d /src/ghost.c
parentf7cf4fa15464e8485e3d07f9ea12d3f12470268b (diff)
Remove MNUM from oam flip constant names
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 f1fb9166d..41621ff54 100644
--- a/src/ghost.c
+++ b/src/ghost.c
@@ -1039,7 +1039,7 @@ static void sub_81129F0(struct Sprite *sprite)
{
xDelta = 24;
xDelta2 = -2;
- sprite->oam.matrixNum = ST_OAM_MNUM_HFLIP;
+ sprite->oam.matrixNum = ST_OAM_HFLIP;
}
else
{