summaryrefslogtreecommitdiff
path: root/src/starter_choose.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-18 01:49:09 -0400
committerGitHub <noreply@github.com>2021-04-18 01:49:09 -0400
commit342ebbf406ca9623bc53ac00317835237099ce35 (patch)
tree9f9373c29dc27b5bb59ab90525820e5fcf81dc3e /src/starter_choose.c
parent52495e889fcc5a0045a77234ab28e06fd957f542 (diff)
parentc1da6b29bc853df1a42f08adb9b141de747dae55 (diff)
Merge branch 'master' into doc-pokemonstorage
Diffstat (limited to 'src/starter_choose.c')
-rw-r--r--src/starter_choose.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/starter_choose.c b/src/starter_choose.c
index 4b582f839..92cb2d48c 100644
--- a/src/starter_choose.c
+++ b/src/starter_choose.c
@@ -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,