More usage of DISPLAY constants
This commit is contained in:
@@ -157,7 +157,7 @@ static const u8 sTextColors[] = {TEXT_COLOR_TRANSPARENT, TEXT_COLOR_WHITE, TEXT_
|
||||
|
||||
static const struct OamData sOam_Hand =
|
||||
{
|
||||
.y = 160,
|
||||
.y = DISPLAY_HEIGHT,
|
||||
.affineMode = ST_OAM_AFFINE_OFF,
|
||||
.objMode = ST_OAM_OBJ_NORMAL,
|
||||
.mosaic = 0,
|
||||
@@ -174,7 +174,7 @@ static const struct OamData sOam_Hand =
|
||||
|
||||
static const struct OamData sOam_Pokeball =
|
||||
{
|
||||
.y = 160,
|
||||
.y = DISPLAY_HEIGHT,
|
||||
.affineMode = ST_OAM_AFFINE_OFF,
|
||||
.objMode = ST_OAM_OBJ_NORMAL,
|
||||
.mosaic = 0,
|
||||
@@ -191,7 +191,7 @@ static const struct OamData sOam_Pokeball =
|
||||
|
||||
static const struct OamData sOam_StarterCircle =
|
||||
{
|
||||
.y = 160,
|
||||
.y = DISPLAY_HEIGHT,
|
||||
.affineMode = ST_OAM_AFFINE_DOUBLE,
|
||||
.objMode = ST_OAM_OBJ_NORMAL,
|
||||
.mosaic = 0,
|
||||
|
||||
Reference in New Issue
Block a user