Synced src/pokeball.c
This commit is contained in:
@@ -84,7 +84,7 @@ static const struct OamData sOamData_ScrollArrowIndicator =
|
||||
.y = 0,
|
||||
.affineMode = 0,
|
||||
.objMode = 0,
|
||||
.mosaic = 0,
|
||||
.mosaic = FALSE,
|
||||
.bpp = 0,
|
||||
.shape = SPRITE_SHAPE(16x16),
|
||||
.x = 0,
|
||||
@@ -224,7 +224,7 @@ static const struct OamData sOamData_RedArrowCursor =
|
||||
.y = 0,
|
||||
.affineMode = 0,
|
||||
.objMode = 0,
|
||||
.mosaic = 0,
|
||||
.mosaic = FALSE,
|
||||
.bpp = 0,
|
||||
.shape = SPRITE_SHAPE(16x16),
|
||||
.x = 0,
|
||||
|
||||
Reference in New Issue
Block a user