diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-08-10 12:09:06 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-08-21 17:15:23 -0500 |
commit | 5b8d0f1c33278194d46625b2ea409ceaab04c4b0 (patch) | |
tree | 8942648cab80bb1dab6bed1f09ee697e08d6019d /src/ghost.c | |
parent | f7cf4fa15464e8485e3d07f9ea12d3f12470268b (diff) |
Remove MNUM from oam flip constant names
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 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 { |