From cf4b9de30fc09c01f818b329c982308a9fc895f6 Mon Sep 17 00:00:00 2001 From: Evan Date: Tue, 3 Dec 2019 18:46:19 -0700 Subject: update sBallOamData --- src/pokeball.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/pokeball.c b/src/pokeball.c index 5a5a573dd..2785d0af9 100644 --- a/src/pokeball.c +++ b/src/pokeball.c @@ -105,9 +105,9 @@ const struct CompressedSpritePalette gBallSpritePalettes[POKEBALL_COUNT] = static const struct OamData sBallOamData = { .y = 0, - .affineMode = 3, - .objMode = 0, - .mosaic = 0, + .affineMode = ST_OAM_AFFINE_DOUBLE, + .objMode = ST_OAM_OBJ_NORMAL, + .mosaic = ST_OAM_4BPP, .bpp = 0, .shape = SPRITE_SHAPE(16x16), .x = 0, -- cgit v1.2.3