summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-12-03 19:52:24 -0700
committerEvan <eroelke@gmail.com>2019-12-03 19:52:24 -0700
commit2dacf6c1bf329ff7321bf52e3591b5920c281b5d (patch)
tree3318d0cfdfdf55f3d285f15a8f01a9ba58c2b390
parentcf4b9de30fc09c01f818b329c982308a9fc895f6 (diff)
fix sBallOamData
-rw-r--r--src/pokeball.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokeball.c b/src/pokeball.c
index 2785d0af9..395150a2e 100644
--- a/src/pokeball.c
+++ b/src/pokeball.c
@@ -107,8 +107,8 @@ static const struct OamData sBallOamData =
.y = 0,
.affineMode = ST_OAM_AFFINE_DOUBLE,
.objMode = ST_OAM_OBJ_NORMAL,
- .mosaic = ST_OAM_4BPP,
- .bpp = 0,
+ .mosaic = FALSE,
+ .bpp = ST_OAM_4BPP,
.shape = SPRITE_SHAPE(16x16),
.x = 0,
.matrixNum = 0,